-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
263 lines (215 loc) · 8.72 KB
/
home.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
<!--TODO REMOVE AUTOREFRESH-->
<!-- <meta http-equiv="refresh" content="5"> -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Portfolio" />
<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=Poppins:wght@400;500;700&display=swap" rel="stylesheet" />
<script src="https://kit.fontawesome.com/fa62c117c7.js" crossorigin="anonymous"></script>
<script src="./scripts/jquery3.4.1.min.js"></script>
<link rel="stylesheet" href="styles/pstyle.css">
<link rel="stylesheet" href="styles/style.css" />
<title>Daniel Tripp</title>
</head>
<body class="light" id="top">
<header class="header center">
<h3>
<a href="./index.html" class="link">DDTRIPP</a>
</h3>
<nav class="nav center">
<ul class="nav__list center">
<li class="nav__list-item">
<a class="link link--nav" href="#projects">Projects</a>
</li>
<li class="nav__list-item">
<a class="link link--nav" href="#skills">Skills</a>
</li>
<li class="nav__list-item">
<a class="link link--nav" href="./blog">Blog</a>
</li>
<li class="nav__list-item">
<a class="link link--nav" href="#contact">Contact</a>
</li>
</ul>
<button type="button" aria-label="toggle theme" class="btn btn--icon">
<i aria-hidden="true" id="btn-theme" class="fas fa-moon"></i>
</button>
<button type="button" aria-label="toggle navigation" class="btn btn--icon nav__hamburger">
<i aria-hidden="true" class="fas fa-bars"></i>
</button>
</nav>
</header>
<main>
<!-- About -->
<div class="section about center">
<h1>Hi, I'm <span class="about__name">Daniel Tripp</span></h1>
<h2><span class="type about__name"></span></h2>
<script src="./scripts/typed.js"></script>
<script>
var typed = new Typed('.type', {
strings: [
'Software Engineer',
'Problem Solver',
'Rock Climber',
'Software Engineer'
],
typeSpeed: 60,
backSpeed: 40,
loop: false
});
</script>
<p class="about__desc">
Welcome to my website, where passion,
drive, and experience combine to make an impact!
I thrive on taking on new challenges and pushing my abilities to new heights.
My expertise in technologies such as Java, C++, SQL, Python, and AWS enable me to deliver innovative solutions
that drive success.
</p>
</div>
<!-- Details/Conact -->
<section class="section contact center">
<div class="center">
<a href="./img/resume.pdf" class="link link--icon" target="_blank">
<span class="btn btn--outline btn-fill">Resume</span>
</a>
<a href="https://github.com/thedtripp" aria-label="github" class="link link--icon" target="_blank">
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a href="https://linkedin.com/in/danieldtripp" aria-label="linkedin" class="link link--icon" target="_blank">
<i aria-hidden="true" class="fab fa-linkedin"></i>
</a>
</div>
</section>
<!-- Projects -->
<section id="projects" class="section projects">
<h2 class="section__title">Projects</h2>
<div class="row">
<a class="no-decoration" href="https://github.com/thedtripp/whoami" target="_blank">
<div class="pknmcard charizard">
<div class="project-img-container">
<img class="project-img" src="./img/aiface.jpeg" alt="">
</div>
<div class="project-txt-container">
<h3 class="centered-title">Celeb Face Match</h3>
<p class="centered-desc">
Real-time celebrity face matching with cutting-edge face recognition technology
</p>
</div>
</div>
</a>
<a class="no-decoration" href="https://stocks-by-ddtripp.herokuapp.com" target="_blank">
<div class="pknmcard charizard">
<div class="project-img-container">
<img class="project-img" src="./img/stockmarket.jpeg" alt="">
</div>
<div class="project-txt-container">
<h3 class="centered-title">Stock News</h3>
<p class="centered-desc">
Innovative web app analyzes and visualizes market data of US securities
</p>
</div>
</div>
</a>
<a class="no-decoration" href="https://github.com/thedtripp/data-structures" target="_blank">
<div class="pknmcard charizard">
<div class="project-img-container">
<img class="project-img" src="./img/datastructures.png" alt="">
</div>
<div class="project-txt-container">
<h3 class="centered-title">Data Structures</h3>
<p class="centered-desc">
Implementation of data structures, showcasing strong cs fundamentals
</p>
</div>
</div>
</a>
<a class="no-decoration" href="https://github.com/thedtripp/battleship" target="_blank">
<div class="pknmcard charizard">
<div class="project-img-container">
<img class="project-img" src="./img/battleship.jpeg" alt="">
</div>
<div class="project-txt-container">
<h3 class="centered-title">Battleship</h3>
<p class="centered-desc">
Experience Battleship on a new level with a Java console implementation
</p>
</div>
</div>
</a>
<a class="no-decoration" href="https://github.com/thedtripp/Database-Design-Term-Project" target="_blank">
<div class="pknmcard charizard">
<div class="project-img-container">
<img class="project-img" src="./img/airplanes.jpeg" alt="">
</div>
<div class="project-txt-container">
<h3 class="centered-title">Air Travel DB</h3>
<p class="centered-desc">
Designed a complex schema to model business rules of Air Travel
</p>
</div>
</div>
</a>
<a class="no-decoration" href="https://github.com/thedtripp/n-queens" target="_blank">
<div class="pknmcard charizard">
<div class="project-img-container">
<img class="project-img" src="./img/chessqueen.webp" alt="">
</div>
<div class="project-txt-container">
<h3 class="centered-title">N-Queens</h3>
<p class="centered-desc">
Efficiently solving the N-Queens problem using sophisticated algorithms
</p>
</div>
</div>
</a>
<!-- <div class="pknmcard charizard animated"></div> -->
</div>
</section>
<!-- Skills -->
<section class="section skills" id="skills">
<h2 class="section__title">Skills</h2>
<ul class="skills__list">
<li class="skills__list-item btn btn--plain">Python</li>
<li class="skills__list-item btn btn--plain">Java</li>
<li class="skills__list-item btn btn--plain">C++</li>
<li class="skills__list-item btn btn--plain">C#</li>
<li class="skills__list-item btn btn--plain">JavaScript</li>
<li class="skills__list-item btn btn--plain">HTML</li>
<li class="skills__list-item btn btn--plain">CSS</li>
<li class="skills__list-item btn btn--plain">Linux/Unix</li>
<li class="skills__list-item btn btn--plain">SQL</li>
<li class="skills__list-item btn btn--plain">AWS</li>
<li class="skills__list-item btn btn--plain">Git</li>
<li class="skills__list-item btn btn--plain">MS Office</li>
</ul>
</section>
<!-- Contact -->
<section class="section contact center" id="contact">
<h2 class="section__title">Contact</h2>
<a href="mailto:[email protected]">
<span class="btn btn--outline">Email me</span>
</a>
</section>
</main>
</div>
<footer class="footer">
<a href="#" class="link footer__link">
Created by Daniel Tripp with ❤
</a>
</footer>
<div class="scroll-container">
<div class="scroll-top">
<a aria-label="Scroll up" href="#top">
<i aria-hidden="true" class="fas fa-arrow-up"></i>
</a>
</div>
</div>
<script src="./scripts/darklightscript.js"></script>
<style class="hover"></style>
<script src="./scripts/pkmnscript.js"></script>
</body>
</html>