-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdummy.codeup-project.html
More file actions
242 lines (206 loc) · 10.1 KB
/
dummy.codeup-project.html
File metadata and controls
242 lines (206 loc) · 10.1 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Abel|Anton&display=swap" rel="stylesheet">
<!--Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css">
<!--Header-->
<link rel="stylesheet" href="css/dummy.css">
<title>Codeup Design Project</title>
</head>
<body id="custom-body">
<!--Navbar, will need to add hidden and fix logo-->
<nav class="navbar navbar-light">
<!-- Logo-->
<a class="navbar-brand" id="logo" href="#">
<img src="img/logo.jpg" width="105" height="105" class="d-inline-block align-top rounded-circle" alt="">
</a>
<div id="design">
<h2 class="font-weight-lighter">codeup design</h2> <!--Will need to change font and font size-->
</div>
<!--Nav Tabs-->
<div class="d-flex flex-row-reverse bd-highlight">
<div class="p-2 bd-highlight">Services</div>
<div class="p-2 bd-highlight">Work</div>
<div class="p-2 bd-highlight">Blog</div>
<div class="p-2 bd-highlight">Contact</div>
</div>
<!-- <a class="navbar-brand" href="#">SERVICES</a>-->
<!-- <a class="navbar-brand" href="#">WORK</a>-->
<!-- <a class="navbar-brand" href="#">BLOG</a>-->
<!-- <a class="navbar-brand" href="#">CONTACT</a>-->
</nav>
<!--Main Page-->
<div class="main-container container">
<br>
<h2 class="text-center">VISUAL DESIGN & WEB DEVELOPMENT</h2>
<br>
<h4 class="text-center">FROM PARK CITY, UTAH</h4>
<div class="container d-flex justify-content-center">
<!-- main circle buttons under nav-->
<div class="row ">
<div class="col-sm-3 col-6">
<button type="button" class="btn btn-lg btn-primary design-button m-3">DESIGN
</button>
</div>
<div class="col-sm-3 col-6">
<button type="button" class="btn btn-lg btn-primary design-button m-3">DEVELOP
</button>
</div>
<div class="col-sm-3 col-6">
<button type="button" class="btn btn-lg btn-primary design-button m-3">SUPPORT
</button>
</div>
<div class="col-sm-3 col-6">
<button type="button" class="btn btn-lg btn-primary design-button m-3">HOST
</button>
</div>
</div>
</div>
<hr>
<!--</div>-->
<!--picture line one-->
<!-- <div class="container">-->
<div class="row">
<div class="col-xs-12 col-md-6 col-lg-4 float-left">
<!-- <p>SELECTED WORK</p>-->
<figure class="figure m-4">
<img src="img/apple-ipad.jpg" class="figure-img img-fluid rounded img-thumbnail" style="width: 300px; height: 200px;"
alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">
<!--start of feature and pills pic 1-->
<div class="d-flex bd-highlight mb-3">
<div class="mr-auto p-2 bd-highlight">FEATURED PROJECTS</div>
<span class="p-2 bd-highlight">
<span class="badge badge-pill badge-danger">D</span>
<span class="badge badge-pill badge-warning">D</span>
<span class="badge badge-pill badge-success">S</span>
<span class="badge badge-pill badge-info">H</span>
</span>
</div>
</figcaption>
</figure>
</div>
<!-- <div class="col-xs-12 col-md-6 col-lg-4 float-left">-->
<div class="col-xs-12 col-md-6 col-lg-4 float-left">
<figure class="figure m-4">
<img src="img/macbook.jpg" class="figure-img img-fluid rounded img-thumbnail" style="width: 300px; height: 200px;"
alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">
<div class="d-flex bd-highlight mb-3">
<div class="mr-auto p-2 bd-highlight">FEATURED PROJECTS</div>
<span class="p-2 bd-highlight">
<span class="badge badge-pill badge-danger">D</span>
<span class="badge badge-pill badge-warning">D</span>
<span class="badge badge-pill badge-success">S</span>
<span class="badge badge-pill badge-info">H</span>
</span>
</div>
</figcaption>
</figure>
</div>
<!-- </div>-->
<!--<!– picture line two–>-->
<!--<!– <div class="row">–>-->
<!-- <div class="col-xs-12 col-md-6 col-lg-4 float-left">-->
<div class="col-xs-12 col-md-6 col-lg-4 float-left">
<figure class="figure m-4">
<img src="img/man.jpg" class="figure-img img-fluid rounded img-thumbnail" style="width: 300px; height: 200px;"
alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">
<!--start of feature and pills pic 3-->
<div class="d-flex bd-highlight mb-3">
<div class="mr-auto p-2 bd-highlight">FEATURED PROJECTS</div>
<span class="p-2 bd-highlight">
<span class="badge badge-pill badge-danger">D</span>
<span class="badge badge-pill badge-warning">D</span>
<span class="badge badge-pill badge-success">S</span>
<span class="badge badge-pill badge-info">H</span>
</span>
</div>
</figcaption>
</figure>
</div>
<!-- <div class="col-xs-12 col-md-6 col-lg-4 float-left">-->
<div class="col-xs-12 col-md-6 col-lg-4 float-left">
<figure class="figure m-4">
<img src="img/security.jpg" class="figure-img img-fluid rounded img-thumbnail" style="width: 300px; height: 200px;"
alt="A generic square placeholder image with rounded corners in a figure.">
<figcaption class="figure-caption">
<!-- </figcaption>-->
<!-- </figure>-->
<!--start of feature and pills pic 4-->
<div class="d-flex bd-highlight mb-3">
<div class="mr-auto p-2 bd-highlight">FEATURED PROJECTS</div>
<span class="p-2 bd-highlight">
<span class="badge badge-pill badge-danger">D</span>
<span class="badge badge-pill badge-warning">D</span>
<span class="badge badge-pill badge-success">S</span>
<span class="badge badge-pill badge-info">H</span>
</span>
</div>
</figcaption>
</figure>
</div>
</div>
<!--Start of third column, THE LAST-->
<!-- <div class="container">-->
<!-- <div class="row">-->
<div class="mb-1 d-none d-sm-block d-lg col-lg-4">
<!-- <div class="col-12 col-md-2 mb-1">-->
<p class="pb-3">THE LAST</p>
<div class="media">
<img class="small-img mr-3" src="img/mobile-phone.jpg">
<div class="media-body">
<h5 class="mt-0">
THE ADMIN BAR AND ABSOLUTE POSITIONING
</h5>
</div>
</div>
<br>
<div class="media">
<img class="small-img mr-3" src="img/head.jpg">
<div class="media-body">
<h5 class="mt-0">
NIBBLER AWESOME WEBSITE TESTING
</h5>
</div>
</div>
<br>
<div class="media">
<img class="small-img mr-3" src="img/ipad.jpg">
<div class="media-body">
<h5 class="mt-0">
HOW TO GET GOOGLE TO LIKE YOU
</h5>
</div>
</div>
<br>
<p><i class="fab fa-twitter"></i> LAST TWEET</p>
<p class="text-left text-wrap">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Commodi culpa, deleniti dicta
distinctio facere magni molestiae nesciunt quia sint sunt?
</p>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
</body>
</html>