-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (65 loc) · 2.42 KB
/
Copy pathindex.html
File metadata and controls
68 lines (65 loc) · 2.42 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Julius+Sans+One" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/css?family=Tangerine" rel="stylesheet">
<title>Lindsay</title>
</head>
<body>
<!-- <h1 class='title'>Lindsay Urchyk</h1> -->
<div class="parent">
<div class="child about">
<a class="aboutLink" href="./about.html" >Lindsay Urchyk</a>
</div>
<div class="child resume">
<a href="./LUrchykResume.pdf" target="_blank">resume</a>
</div>
<div class="child linkedin">
<a href="https://www.linkedin.com/in/lindsayurchyk/" target="_blank">LinkedIn</a>
</div>
<div class="child github">
<a href="https://github.com/urchykli" target="_blank">github</a>
</div>
<div class="child brewery project">
<p>Brewery Finder</p>
<img src="./brewery_finder.jpg" alt="Brewery Finder">
<div class="project-links">
<a href="http://road-soda.surge.sh/" target="_blank">Website</a>
<a href="https://github.com/urchykli/project4_frontend" target="_blank">GitHub</a>
</div>
</div>
<div class="child petit project">
<p>Pet It</p>
<img src="./PetIt.jpg" alt="Pet It">
<div class="project-links">
<a href="https://petitlku.herokuapp.com/" target="_blank">Website</a>
<a href="https://github.com/urchykli/project2" target="_blank">GitHub</a>
</div>
</div>
<div class="child park project">
<p>Dog Park Finder</p>
<img src="./dog_park.jpg" alt="Dog Park Finder">
<div class="project-links">
<a href="http://dog-park-finder.surge.sh/" target="_blank">Website</a>
<a href="https://github.com/jessicasklee/ReactJS-Front-End-Dog-Park-Finder-App">GitHub Front End</a>
<a href="https://github.com/stufooks/dog-park-finder-backend">GitHub Back End</a>
</div>
</div>
<div class="child pink">
<img class="middle" src="./alexandru-acea-340692-unsplash.jpg" alt="pink flower">
</div>
<div class="child timeline project">
<p>Counterspace Timeline</p>
<img src="./counterspace_weapons.png" alt="Counterspace Timeline">
<div class="project-links">
<a href="https://aerospace.csis.org/counterspace-timeline" target="_blank">website</a>
</div>
</div>
</div>
<script src='./script.js'></script>
</body>
</html>