-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-nomad-discover.html
113 lines (102 loc) · 3.81 KB
/
about-nomad-discover.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Emily Kondziola</title>
<link rel="stylesheet" type="text/css" href="about.css">
<link rel="icon" href="favicon.png">
</head>
<body>
<div class="container">
<a href="/">
<h5>emily kondziola</h5>
</a>
<section>
<div class="top">
<!-- header -->
<div class="header">
<h1>Nomad Discover</h1>
<p>Nomad Discover is aimed at answering
the
question every digital nomad has: where should I go next? Nomad Discover takes criteria like
budget
and
weather to suggest a place for nomads to go next based off data from <a
href="https://nomadlist.com/">Nomad List.</a></p>
</div>
<div class="stats">
<div class="code">
<h4>CODE</h4>
<p>
<a href="https://github.com/emilygracekz/nomadDiscover">
Repository
</p>
</a>
</div>
<div class="stack">
<h4>STACK</h4>
<p>Vanilla JS</br>
CSS</br>
HTML5
</p>
</div>
<div class="live">
<h4>VIEW</h4>
<p>
<a href="http://emilyk.codes/nomad-discover">
Live Site
</p>
</a>
</div>
</div>
</div>
</section>
<!-- <section>
<div class="middle">
<div class="codepic">
<img src="nomadsnip.png">
</div>
<div class="codeExplain">
<h2>Web Stack</h2>
<p>Nomad Discover was built with the purpose of solidfying my Vanilla JavaScript knowledge. Surge
was
used as a web server to gain experience setting up and hosting a website.</p>
</div> -->
<!-- <div class="process">
<div class="mobilepic">
<img src="hold.png">
</div> -->
<!-- <div class="processExplain">
<h2>Thought Process & Challenges</h2>
<p></p>
</div> -->
<!-- </div> -->
<!-- </div>
</section> -->
<section>
<div class="end">
<div class="endHeader">
<h2>More Projects</h2>
</div>
<div class="nextOne">
<a href="http://emilyk.codes/about-face-detection">
<h3>Face Pixelator</h3>
<img src="facepic.png">
<p>View ></p>
</a>
</div>
<div class="nextTwo">
<a href="http://emilyk.codes/about-currency-converter">
<h3>Currency Converter</h3>
<img src="currencypic.png">
<p>View ></p>
</a>
</div>
</div>
<div class="footer">
<h3>Let's build something together!<br />Contact me at [email protected]</h3>
</div>
</section>
</div>
</body>
</html>