-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeup-design-project.html
More file actions
112 lines (111 loc) · 6.18 KB
/
codeup-design-project.html
File metadata and controls
112 lines (111 loc) · 6.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Abel&family=Anton&display=swap" rel="stylesheet">
<link rel="stylesheet" href="codeup-design-project.css">
<script src="https://kit.fontawesome.com/ebef8c2648.js" crossorigin="anonymous"></script>
<title>CODEUP DESIGN PROJECET</title>
</head>
<body>
<div style="background-color: #f8f9fa">
<!-- BEGINNING OF NAV BAR-->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="Img/logo.png" height="40px" width="40px"
alt="logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<nav class="navbar-nav" style="text-align: justify; font-family: Abel, sans-serif">
<a class="nav-link active" style="font-size: 30px" aria-current="page" href="#">codeup
design</a>
<a class="d-flex nav-link" style="align-items: center" href="#">SERVICES</a>
<a class="d-flex nav-link" style="align-items: center" href="#">WORK</a>
<a class="d-flex nav-link" style="align-items: center" href="#">BLOG</a>
<a class="d-flex nav-link" style="align-items: center" href="#">CONTACT</a>
</nav>
</div>
</div>
</nav>
<div class="container">
<!-- TITLE AND SUBTITLE -->
<div style="font-family: Anton, sans-serif">
<h1 style="font-size: xxx-large" class="text-center">Visual Design & Web Development</h1>
<h3 class="text-center">From Park City, Utah</h3>
</div>
<!-- CIRCLES -->
<div class="row">
<div style="font-family: Anton, sans-serif"
class="mainCir col col-sm-12 col-md-6 d-flex p-0 justify-content-md-end justify-content-sm-center">
<div class="circle1">DESIGN</div>
<div class="circle2">DEVELOP</div>
</div>
<div style="font-family: Anton, sans-serif"
class="mainCir col col-sm-12 col-md-6 d-flex p-0 justify-content-md-start justify-content-sm-center">
<div class="circle3">SUPPORT</div>
<div class="circle4">HOST</div>
</div>
</div>
<!-- SECTION SUBTITLES -->
<hr class="margin:0 margin-top:5">
<div class="row">
<div style="justify-content:center; align-items: center" class="text-center">
<div style="justify-content:center; align-items: center"
class="row row-cols-1 row-cols-sm-2 row-cols-md-4">
<h5 class="text-center my-5" style="font-family: Abel, sans-serif;">SELECTED
WORK</h5>
<h5 style="margin: 50px 0 50px 0; font-family: Abel, sans-serif; text-align: center">THE LAST</h5>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<img height=300em style="border: 10px solid #e6e6e6; margin: 10px 0 10px 0;"
class="card-img-top col-sm-12 col-md-6"
src="Img/apple-ipad.jpg" alt="Card image cap">
<p style="font-size: x-large; font-family: Abel, sans-serif; margin-left: 10px">Featured Project</p>
<img height=300em style="border: 10px solid #e6e6e6; margin: 10px 0 10px 0;"
class="card-img-top col-sm-12 col-md-6"
src="Img/macbook.jpg" alt="Card image cap">
<div style="scale:15%; font-family: Anton, sans-serif" class="">A</div>
<p style="font-size: x-large; font-family: Abel, sans-serif; margin-left: 10px">Featured Project</p>
</div>
<div class="col-sm-12 col-md-6 col-lg-4">
<img height=300em style="border: 10px solid #e6e6e6; margin: 10px 0 10px 0;"
class="card-img-top col-sm-12 col-md-6"
src="Img/man.jpg" alt="Card image cap">
<p style="font-size: x-large; font-family: Abel, sans-serif; margin-left: 10px">Featured Project</p>
<img height=300em style="border: 10px solid #e6e6e6; margin: 10px 0 10px 0;"
class="card-img-top col-sm-12 col-md-6"
src="Img/security.jpg" alt="Card image cap">
<p style="font-size: x-large; font-family: Abel, sans-serif; margin-left: 10px">Featured Project</p>
<!-- THE LINE -->
</div>
</div>
<div class="row d-sm-none d-md-none display-lg-4">
<div>
<img style="scale:50%; border: 10px solid #e6e6e6; margin: 10px 0 10px 0;"
class="card-img-top col-sm-12 col-md-6" src="Img/mobile-phone.jpg" alt="Card image cap">
</div>
<p style="font-size: x-large; font-family: Abel, sans-serif; margin-left: 10px">THE ADMIN BAR AND
ABSOLUTE POSITIONING
</p>
</div>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous">
</script>
</html>