-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2740.html
179 lines (146 loc) · 5.75 KB
/
2740.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="unit_style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com"/>
<link href="https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&family=Asap+Condensed&family=Concert+One&family=Gloria+Hallelujah&family=Permanent+Marker&display=swap" rel="stylesheet"/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin="anonymous"
/>
<title>Derek Personal Portfolio</title>
</head>
<nav id="navbar">
<ul class="nav-list">
<li>
<a class="nav_text" href="index.html#projects">PROJECTS</a>
</li>
<li>
<a class="nav_text" href="#contact">CONTACT</a>
</li>
<li>
<a class="nav_text" href="resume.html">RESUME</a>
</li>
</ul>
</nav>
<main>
<body>
<section id="projects">
<div class="grid">
<p> Science Museum project</p>
<div id="units">
<iframe src="https://fanko89.github.io/2740-websites/Science_museum_02/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 2">
</iframe>
</div>
<p>Fruit Stand project</p>
<div id="units">
<iframe src="https://fanko89.github.io/2740-websites/Fruit_Stand_03/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 3">
</iframe>
</div>
<p>National Park project</p>
<div id="units">
<iframe src=" https://fanko89.github.io/2740-websites/National_park_04/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 4">
</iframe>
</div>
<p>Restaurant project</p>
<div id="units">
<iframe src=" https://fanko89.github.io/2740-websites/restaurant_05/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 5">
</iframe>
</div>
<p> Lazy Loading project</p>
<div id="units">
<iframe src=" https://fanko89.github.io/2740-websites/band_06_Art_Dir_Lazy_Laod/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 6">
</iframe>
</div>
<p> Using SASS project</p>
<div id="units">
<iframe src=" https://fanko89.github.io/2740-websites/Law_Firm_07_SASS/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 7">
</iframe>
</div>
<p>Css Grid and NAV Ham project</p>
<div id="units">
<iframe src=" https://fanko89.github.io/2740-websites/news_08_CSS-Grid_Nav-Ham/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 9">
</iframe>
</div>
<p>Image Slider project</p>
<div id="units">
<iframe src=" https://fanko89.github.io/2740-websites/Boston_City_09_image_slider/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 8">
</iframe>
</div>
<p>Level NAV and Form project</p>
<div id="units">
<iframe src=" https://fanko89.github.io/2740-websites/Swag_shop_10_level_nav/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 9">
</iframe>
</div>
<p>Grid project</p>
<div id="units">
<iframe src="https://fanko89.github.io/2740-websites/TechWatch_11_Grid/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 9">
</iframe>
</div>
<p>Json Validation project</p>
<div id="units">
<iframe src="https://fanko89.github.io/2740-websites/Hotel_12_Json_Val/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 9">
</iframe>
</div>
<p>Json project</p>
<div id="units">
<iframe src="https://fanko89.github.io/2740-websites/Weather_Application_13_Json/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 9">
</iframe>
</div>
<p>Job Interview project</p>
<div id="units">
<iframe src="https://fanko89.github.io/2740-websites/job_interview_15/index.html" width="100%" height="100%" style="border:none" title="dgm2760 unit 9">
</iframe>
</div>
</div>
</section>
</div>
</main>
<footer>
<section id="contact">
<div>
<h2 class="footer_text">Let's work together...</h2>
<p id="contact_info">some ways to contact me</p>
</div>
<div class="contact-links">
<a
href="https://github.com/fanko89"
target="_blank"
class="btn contact-details"
><i class="fab fa-github"></i> GitHub</a
>
<a
href="https://www.linkedin.com/in/derek-ney/"
target="_blank"
class="btn contact-details"
><i class="fab fa-linkedin-in"></i> Linked In</a
>
<a
href="https://www.facebook.com/derek.ney.1"
target="_blank"
class="btn contact-details"
><i class="fab fa-facebook"></i> Facebook</a
>
<a
href="[email protected]"
target="_blank"
class="btn contact-details"
><i class="fas fa-at"></i> Email</a
>
<a
href="8013751482"
target="_blank"
class="btn contact-details"
><i class="fas fa-phone"></i> Phone</a
>
</div>
</section>
</footer>
</body>
</html>