-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (68 loc) · 2.68 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
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="css/style.css" rel="stylesheet" type="text/css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header class="navigation">
<div class="inline-block logo">
<img src= "images/logo4.svg" id="logoimage">
</div>
<nav class="inline-block">
<ul class="menuList">
<li class="inline-block menuItems">Home</li>
<li class="inline-block menuItems">About</li>
<li class="inline-block menuItems">Work</li>
<li class="inline-block menuItems">Contact</li>
</ul>
</nav>
</header>
<div class="herocontainer">
<img src="images/hero2.png" style="width:100%">
<div class="bottom-left">Christina Gednalske</div>
<hr style="width:40%">
<div class="subheading">UX Designer / Video Artist</div>
</div>
<aboutme>
<div class="content">
<img src="images/portrait.jpeg" class="portrait">
<div class="about inline-block">
<p>I am a UX/UI designer and video artist with a background in fine and contemporary art, writing, and marketing. Through a research-based approach to design and storytelling, I am interested in creating experiences that cultivate meaningful and thought-provoking interactions at the intersection of art and technology.</p>
</div>
</div>
</aboutme>
<div class="socialIcons">
<img src= "images/Facebook.svg" style="width:40px">
<img src= "images/Instagram.svg" style="width:40px">
<img src= "images/E-mail.svg" style="width:40px">
<br>
<button class="button2">Download Resume</button>
</div>
<footer>
<div class="footerBox">
<ul class="footerList1">
<li class="footer1element">Behance</li>
<li class="footer1element">LinkedIn</li>
<li class="footer1element">Contact Form</li>
</ul>
<ul class="footerList2">
<li class="footer2element">About</li>
<li class="footer2element">Works</li>
<li class="footer2element">Contact</li>
</ul>
<div class="footerIcons">
<img src= "images/Facebook.svg" style="width:40px">
<img src= "images/Instagram.svg" style="width:40px">
<img src= "images/E-mail.svg" style="width:40px">
</div>
</div>
<p class="copyrightText">Copyright Christina Gednalske 2021</p>
</footer>
</body>
</html>
<html lang="en">