-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (76 loc) · 3.37 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
<!DOCTYPE html>
<html lang="en-US">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:700&display=swap" rel="stylesheet">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Emily Kondziola</title>
<link rel="stylesheet" type="text/css" href="personalWebsitePublish.css">
<link rel="icon" href="favicon.png">
</head>
<body>
<div class="container">
<div id="top" class="bg">
<!-- intro -->
<h1 data-type>emily kondziola</h1>
<h2 data-type>front-end developer</h2>
<!-- about me -->
<p> Hi, my name is Emily and I'm a front-end web developer specializing in <strong>Vanilla
Javascript</strong>, <strong>React</strong> and <strong>React Native</strong>. Please
check out some of my
projects below, or view my <a
href="https://github.com/emilygracekz/Personal-website/raw/master/Emily_Kondziola_Resume_SP2020.pdf">resume.</a>
<br />
<br />
<a href="https://github.com/emilygracekz">
<img src="githublogo.png" alt="Github logo"></a></a>
</p>
</div>
<div class="projects">
<div class="projects-header">
<h2>projects</h2>
</div>
<div class="left">
<div class="p1">
<a href="http://emilyk.codes/about-nomad-discover">
<p>Nomad Discover</p>
<img src="nomaddiscoverpic.png" alt="Nomad Discover app on Macbook and iPhone">
</a>
</div>
<div class="p2">
<a href="http://emilyk.codes/about-face-detection">
<p>Face Pixelator</p>
<img src="facepic.png" alt="Face pixelator app on Macbook and iPhone">
</a>
</div>
</div>
<div class="right">
<div class="p3">
<a href="http://emilyk.codes/about-currency-converter">
<p>Currency Converter</p>
<img src="currencypic.png" alt="Currency converter app on Macbook and iPhone">
</a>
<div class="p4">
<a href="http://emilyk.codes/about-impromptu-timer">
<p>Impromptu Timer</p>
<img src="imptimer.png" alt="Impromptu timer app on Macbook and iPhone">
</a>
</div>
</div>
</div>
</div>
<div class="footer">
<h3>Let's build something together!<br />Contact me at [email protected]</h3>
</div>
</div>
<script src="personalWebsite.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159911141-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-159911141-1');
</script>
</body>
</html>