-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (76 loc) · 4.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<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=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<title>Cami</title>
</head>
<div class="header-container">
<header>
<a href="index.html"><img src="images/logo.png" alt="Cami's Logo, click to return to home page"></a>
<nav class="header-nav">
<ul>
<li class="item1"><a href="about.html">About Me</a></li>
<li class="item2"><a href="work.html">Work</a></li>
<li class="item3"><a href="resume.html">Resume</a></li>
<li class="item4"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
</div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 1440 50">
<g stroke-width="4.5" stroke="#4a3f2f" fill="none" stroke-linecap="round">
<path d="M0,40C360,40,360,10,720,10C1080,10,1080,40,1440,40" transform="matrix(1,0,0,1,0,0)"></path></g>
</svg>
<body>
<div class="main">
<h1 class="text-h1">Cameron<br>Wasiniak</h1>
<div class="home-img">
<img src="images/cami.png">
</div>
<div class="hello"> <!--aos needs to be added for scroll up-->
<h2> HELLO</h2>
<h3>As a Visual Communication Technologist specializing in web development and design, my interests are deeply rooted in enhancing web accessibility and crafting unique branding designs.
I also like to create captivating graphic designs and capturing moments through photography.</h3>
</div>
</div>
<div id="bottom-nav" class="wrapper">
<div id="about">
<a href="about.html"><img src="images/about.png"></a>
</div>
<div id="work">
<a href="work.html"><img src="images/work.png"></a>
</div>
<div id="resume">
<a href="resume.html"><img src="images/resume.png"></a>
</div>
<div id="contact">
<a href="contact.html"><img src="images/contact.png"></a>
</div>
</div>
</body>
<footer>
<div class="foot">
<div id="foot-L">
<ul>
<li class="big">Cameron Wasiniak</li>
<li class="small">email: <a href= "mailto: [email protected]">[email protected]</a></li>
<li class="small">phone: (419) 602-7382</li>
</ul>
</div>
<div id="foot-R">
<ul>
<li><a href="https://github.com/Cwasiniak"><img src="images/github.png"></a></li>
<li ><a href="https://www.facebook.com/cameron.wasiniak"><img src="images/facebook.png"></a></li>
<li><a href="https://www.instagram.com/camiwasiniak/"><img src="images/instagram.jpg"></a></li>
<li><a href="https://www.linkedin.com/in/cameron-wasiniak-vctstudentbgsu/"><img src="images/linkedin.png"></a></li>
</ul>
</div>
</div>
</footer>
</html>