-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeup-design2.html
More file actions
208 lines (179 loc) · 7.72 KB
/
codeup-design2.html
File metadata and controls
208 lines (179 loc) · 7.72 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="css/codeup-design.css">
<title>Hello, Petrus</title>
</head>
<body>
<div class="d-flex">
<button type="button" class="btn btn-primary btn-circle-small">3</button>
<button type="button" class="btn btn-primary btn-circle-small">3</button>
<button type="button" class="btn btn-primary btn-circle-small">3</button>
<button type="button" class="btn btn-primary btn-circle-small">3</button>
</div>
<div class="container-fluid"> <!-- Start container -->
<!-- Image and text -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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">
<div class="navbar-nav">
<a class="navbar-brand" href="#">
<img src="img/logo.png" class="d-inline-block align-top logo-size" alt="">
</a>
<a class="nav-item nav-link active" href="#">codeup design</a>
<a class="nav-item nav-link" href="#">services</a>
<a class="nav-item nav-link" href="#">work</a>
<a class="nav-item nav-link" href="#">blog</a>
<a class="nav-item nav-link" href="#">contact</a>
</div>
</div>
</nav>
<!-- start ROW CONTAINER-->
<div class="container">
<!-- INNER CONTAINER-->
<!-- 4 BUTTONS and TOP message-->
<div class="row">
<h1 class="text-center display-3 fw-bolder px-5 mb-5">Visual Design & Web Development</h1>
<h3 class="text-center display-6 fw-bolder px-5 mb-5">FROM PARK CITY, UTAH</h3>
<div class="col-6 row mx-auto mb-5">
<div class="col-6 col-md-3">
<button type="button" class="btn btn-warning btn-circle text-center">DESIGN</button>
</div>
<div class="col-6 col-md-3">
<button type="button" class="btn btn-success btn-circle text-center">DEVELOP</button>
</div>
<div class="col-6 col-md-3">
<button type="button" class="btn btn-info btn-circle text-center">SUPPORT</button>
</div>
<div class="col-6 col-md-3">
<button type="button" class="btn btn-danger btn-circle text-center">HOST</button>
</div>
</div>
<!--end 4 buttons-->
<hr>
<h4 class="text-center mb-5">Selected Work</h4>
<!-- end ROW-->
</div>
<!-- BOTTOM HALF -->
<div class="row">
<!-- left column-->
<div class="col-12 col-lg-8 text-center">
<div class="row">
<!-- card 1-->
<div class="col-12 col-md-6 d-flex justify-content-center mb-3">
<div class="card w-75" >
<img src="img/man.jpg" class="card-img-top" alt="...">
<div class="d-flex justify-content-between">
<div>
Featured Project
</div>
<div>
<span class="badge rounded-pill bg-danger">D</span>
<span class="badge rounded-pill bg-warning">D</span>
<span class="badge rounded-pill bg-success">S</span>
<span class="badge rounded-pill bg-info">H</span>
</div>
</div>
</div>
</div>
<!-- card 2-->
<div class="col-12 col-md-6 d-flex justify-content-center mb-3 ">
<div class="card w-75 d-flex justify-content-between" >
<img src="img/ipad.jpg" class="card-img-top flex-fill" alt="...">
<div class="d-flex justify-content-between">
<div >
Featured Project
</div>
<div>
<span class="badge rounded-pill bg-danger">D</span>
<span class="badge rounded-pill bg-warning">D</span>
<span class="badge rounded-pill bg-success">S</span>
<span class="badge rounded-pill bg-info">H</span>
</div>
</div>
</div>
</div>
<!-- card 3-->
<div class="col-12 col-md-6 d-flex justify-content-center mb-3">
<div class="card w-75" >
<img src="img/apple-ipad.jpg" class="card-img-top" alt="...">
<div class="d-flex justify-content-between">
<div>
Featured Project
</div>
<div>
<span class="badge rounded-pill bg-danger">D</span>
<span class="badge rounded-pill bg-warning">D</span>
<span class="badge rounded-pill bg-success">S</span>
<span class="badge rounded-pill bg-info">H</span>
</div>
</div>
</div>
</div>
<!-- card 4-->
<div class="col-12 col-md-6 d-flex justify-content-center mb-3">
<div class="card w-75" >
<img src="img/security.jpg" class="card-img-top" alt="..." >
<div class="d-flex justify-content-between">
<div>
Featured Project
</div>
<div>
<span class="badge rounded-pill bg-danger">D</span>
<span class="badge rounded-pill bg-warning">D</span>
<span class="badge rounded-pill bg-success">S</span>
<span class="badge rounded-pill bg-info">H</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- right column-->
<div class="d-none d-lg-flex col-lg-4 ">
<div class="row">
<h5 class="text-center p-5">The Last</h5>
<div class="col-4">
<img src="img/mobile-phone.jpg" class="img-fluid" alt="...">
</div>
<div class="col-8">
<h3>THE ADMIN BAR AND ABSOLUTE POSITIONING</h3>
</div>
<!-- IMAGE SECTION-->
<div class="col-4">
<img src="img/head.jpg" class="img-fluid" alt="...">
</div>
<div class="col-8">
<h3>THE ADMIN BAR AND ABSOLUTE POSITIONING</h3>
</div>
<!-- IMAGE SECTION-->
<div class="col-4">
<img src="img/ipad.jpg" class="img-fluid" alt="...">
</div>
<div class="col-8 mb-4">
<h3>THE ADMIN BAR AND ABSOLUTE POSITIONING</h3>
</div>
<!-- IMAGE SECTION-->
<div class="col-12">
<h6>LAST TWEET</h6>
<p><span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis, quam, sequi? Aliquid at deleniti doloremque ducimus eius ex, fuga impedit itaque iure iusto mollitia numquam quos reiciendis sint veritatis voluptatibus.</span><span>Amet consequatur ipsum maxime minima necessitatibus nemo nihil, officia quam rem repudiandae unde velit voluptate. Exercitationem quibusdam sint vitae voluptas. Ab ad debitis enim modi nostrum numquam quae unde voluptate.</span><span>Accusamus architecto, blanditiis consequatur corporis debitis dolorum enim error excepturi explicabo impedit ipsa libero maiores minus nam omnis perspiciatis quas quasi ratione reprehenderit sit soluta totam voluptas! Facilis provident, voluptates.</span></p>
</div>
</div>
</div>
</div>
<!-- end bottom row-->
</div>
<!--INNER CONTAINER END-->
<!-- end container-->
</div>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>