-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
321 lines (308 loc) · 17.5 KB
/
index.html
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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<!-- Take out for production build -->
<!-- <link rel="stylesheet" href="css/icon-font.css"> -->
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<title> David Lewis | Media Art Portfolio </title>
</head>
<body>
<div class="card">
<!-- DEVELOPER CARD SIDE-->
<div class="card__side--front" id="card__side--front">
<!--Navigation-->
<div class="navigation">
<input type="checkbox" class="navigation__checkbox" id="navi-toggle--dev">
<label for="navi-toggle--dev" class="navigation__button">
<span class="navigation__icon"> </span>
</label>
<div class="navigation__background"> </div>
<nav class="navigation__nav">
<ul class="navigation__list">
<li class="navigation__item"><a href="#section-about-dev" class="navigation__link">About Me</a></li>
<li class="navigation__item"><a href="#section-portfolio--web" class="navigation__link">Web</a></li>
<li class="navigation__item"><a href="#section-portfolio--unity" class="navigation__link">Unity</a></li>
<li class="navigation__item"><a href="#section-portfolio--more" class="navigation__link">More . . .</a></li>
</ul>
</nav>
</div>
<!-- HEADER -->
<header class="header">
<div class="header__logo-box">
<div class="header__logo icon-basic-laptop"></div>
</div>
<div class="header__text-box">
<h1 class="heading-primary">
<span class="heading-primary--main u-margin-bottom-medium">David Lewis</span>
<span class="heading-primary--sub"><div class="heading-secondary--alt" id="currentProfile">Developer</div> ~ <div id="otherProfile">Artist</div></span>
</h1>
</div>
</header>
<!-- MAIN -->
<main>
<!-- ABOUT -->
<section class="section-about" id="section-about-dev">
<div class="u-center-text u-margin-bottom-medium">
<h2 class="heading-secondary">
About
</h2>
</div>
<div class="row">
<div class="profile">
<figure class="profile__shape">
<img src="img/profile2.jpg" alt="Profile Picture" class="profile__img">
<figcaption class="profile__caption">David Lewis</figcaption>
</figure>
<div class="profile__text">
<p>Graduate of the University of Notre Dame '17 with a BS in Computer Science. Worked in federal consulting as a software developer for a year and a half. Contrinbuted to several teams that involved roles in web development, applications pipelining, and automated testings. Brief startup experience during last year of college with a focus in web development and teaching.</p>
</div>
</div>
</div>
</section>
<!-- Web -->
<section class="section-portfolio--web" id="section-portfolio--web">
<div class="u-center-text u-margin-bottom-medium">
<h2 class="heading-secondary--alt">
Web
</h2>
</div>
<div class="section-portfolio--web__video">
<video width="90%" height="auto" autoplay muted loop>
<source src="img/CSS_Web.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
</div>
</section>
<!-- Unity -->
<section class="section-portfolio--unity" id="section-portfolio--unity">
<div class="bg-video">
<video class="bg-video__content" autoplay muted loop>
<source src="img/video.mp4" type="video/mp4">
<source src="img/video.webm" type="video/webm">
Your browser is not supported!
</video>
</div>
<div class="u-center-text u-margin-bottom-medium">
<h2 class="heading-secondary">
Unity
</h2>
</div>
<div class="section-portfolio--unity__video">
<video width="90%" height="auto" autoplay muted loop>
<source src="unity_files/Unity_Rapid_Shot.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
</div>
</section>
<!--Git Hub Redirect-->
<section class="section-portfolio--more" id="section-portfolio--more">
<div class="u-center-text u-margin-bottom-medium">
<h2 class="heading-secondary--alt">
And More...
</h2>
</div>
<div class="section-portfolio--more-items" id="section-portfolio--items">
<h2 class="heading-tertiary--alt"><a href="https://github.com/dlewis2017">GitHub</a></h2>
<h2 class="heading-tertiary--alt"><a href="https://www.linkedin.com/in/dlewis12/">LinkedIn</a></h2>
<h2 class="heading-tertiary--alt"><a href="/img/David Lewis Resume.pdf">Resume<i class="icon-basic-sheet"></i></a></h2>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="footer">
<div class="row">
<p class="footer__copyright">
Built by <a href="https://github.com/dlewis2017" class="footer__link">David Lewis</a> --- Hosted by <a href="http://p2jdesoftware.com/" class="footer__link">P2JDE</a>
</p>
</div>
</footer>
</div>
<!-- ARTIST CARD SIDE -->
<div class="card__side--back hide" id="card__side--back">
<!--Navigation-->
<div class="navigation">
<input type="checkbox" class="navigation__checkbox" id="navi-toggle">
<label for="navi-toggle" class="navigation__button">
<span class="navigation__icon"> </span>
</label>
<div class="navigation__background--art"> </div>
<nav class="navigation__nav">
<ul class="navigation__list">
<li class="navigation__item"><a href="#section-about" class="navigation__link">About Me</a></li>
<li class="navigation__item"><a href="#section-portfolio--2d" class="navigation__link">2D</a></li>
<li class="navigation__item"><a href="#section-portfolio--3d" class="navigation__link">3D</a></li>
</ul>
</nav>
</div>
<!-- HEADER -->
<header class="header">
<div class="header__logo-box">
<div class="header__logo icon-basic-pencil-ruler-pen"></div>
</div>
<div class="header__text-box">
<h1 class="heading-primary">
<span class="heading-primary--main u-margin-bottom-medium">David Lewis</span>
<span class="heading-primary--sub"><div id="otherProfile--dev">Developer</div> ~ <div class="heading-secondary--alt" id="currentProfile">Artist</div></span>
</h1>
</div>
</header>
<!-- MAIN -->
<main>
<!-- ABOUT -->
<section class="section-about" id="section-about">
<div class="u-center-text u-margin-bottom-medium">
<h2 class="heading-secondary">
About
</h2>
</div>
<div class="row">
<div class="profile">
<figure class="profile__shape">
<img src="img/profile.jpg" alt="Profile Picture" class="profile__img">
<figcaption class="profile__caption">David Lewis</figcaption>
</figure>
<div class="profile__text">
<p>Graduate of the University of Notre Dame '17 with a BS in Computer Science. Was working towards a concentration in Media which included many 2D and 3D classes that integrate art with technology. Has worked on various side art projects during year of work at a government consulting firm. The various projects include sketches, Maya, Blender, and Unity.</p>
</div>
</div>
</div>
</section>
<!-- MAIN PORTFOLIO -->
<!-- 2D -->
<section class="section-portfolio--2d" id="section-portfolio--2d">
<div class="u-center-text u-margin-bottom-medium">
<h2 class="heading-secondary--alt">
2-D
</h2>
</div>
<div class="row">
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/Drawings/eye_resized.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/Drawings/assassins_creed.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/Drawings/dreamcatcher.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/Drawings/apartment_dots_resized.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
</div>
<div class="row">
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/Drawings/goku.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/Drawings/stitch.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/Drawings/falcon_resized.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/Drawings/sonic.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
</div>
</section>
<!-- 3D -->
<section class="section-portfolio--3d" id="section-portfolio--3d">
<div class="bg-video">
<video class="bg-video__content" autoplay muted loop>
<source src="img/video.mp4" type="video/mp4">
<source src="img/video.webm" type="video/webm">
Your browser is not supported!
</video>
</div>
<div class="u-center-text u-margin-bottom-medium">
<h2 class="heading-secondary">
3-D
</h2>
</div>
<div class="row">
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/3D/goku.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/3D/rat.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/3D/house1.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
<div class="col-1-of-4">
<!-- <a href="#"> -->
<div class="circle">
<img src="img/3D/wine.jpg" alt="drawing" class="circle__img">
</div>
<!-- </a> -->
</div>
</div>
<div class="section-portfolio--unity__video">
<video width="90%" height="auto" controls>
<source src="unity_files/Unity_Level1.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="footer">
<div class="row">
<p class="footer__copyright">
Built by <a href="https://github.com/dlewis2017" class="footer__link">David Lewis</a> --- Hosted by <a href="http://p2jdesoftware.com/" class="footer__link">P2JDE</a>
</p>
</div>
</footer>
</div>
</div>
<script src="js/main.js"></script>
</body>
</html>