Skip to content

Commit 0ee88f0

Browse files
committed
fall graduation
1 parent e5a63ca commit 0ee88f0

8 files changed

Lines changed: 552 additions & 471 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

README.md

Whitespace-only changes.

assets/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
background-color: tan;
5757
}
5858

59+
60+
5961
.contact-col {
6062
height: 15vmin;
6163
}

assets/img/shot.jpg

-174 KB
Loading

assets/js/terminal.js

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ $(document).ready(() => {
22

33
var options = {
44
strings: [
5-
"student",
6-
"coder",
7-
"maker",
8-
"dreamer",
9-
"friend",
10-
"entrepreneur",
11-
"???"
5+
"graduate!",
6+
"engineer",
7+
"programmer",
8+
"maker",
9+
"team player",
10+
"occasional troublemaker",
11+
"tinkerer",
12+
"entrepreneur",
13+
"???"
1214
],
1315
typeSpeed: 100,
1416
backSpeed: 100,
@@ -24,7 +26,7 @@ $(document).ready(() => {
2426

2527
function datetime() {
2628
var d = new Date();
27-
var days = ["Sun ", "Mon " , "Tue ", "Wed ", "Thur ", "Fri ", "Sat "];
29+
var days = ["Sun ", "Mon ", "Tue ", "Wed ", "Thur ", "Fri ", "Sat "];
2830
var months = ["Jan ", "Feb ", "Mar ", "Apr ", "May ", "Jun ", "Jul ", "Aug ", "Sep ", "Oct ", "Nov ", "Dec "];
2931
var s = "";
3032

index.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<div class="section-col col-lg-4 border-style bg-tan fg-white py-3">
7777
<div class="d-flex flex-column justify-content-center h-75 w-100 px-2">
7878
<h1 class="text-center w-100 mb-3 pt-5">Hi, I'm Dylan</h1>
79-
<h4 class="text-center w-100 pt-2">software developer and future engineer</h2>
79+
<h4 class="text-center w-100 pt-2">data, embedded, and controls engineering</h2>
8080
</div>
8181
<div class="d-flex flex-column justify-content-end h-25 w-100">
8282
<h5 class="text-center text-truncate h-25 w-100">00_ABOUT_ME</h5>
@@ -94,35 +94,35 @@ <h5 class="text-center text-truncate fg-white h-25 w-100">01_ME</h5>
9494
<div class="mt-5">
9595
<h6 class="mb-3">
9696
<i class="fas fa-check-circle fg-white"></i>
97-
<span>React Native</span>
97+
<span>Databases (SQL, Postgres, Firebase, Redis)</span>
9898
</h6>
9999
<h6 class="mb-3">
100100
<i class="fas fa-check-circle fg-white"></i>
101-
<span>React</span>
101+
<span>Python (Pandas, Matplotlib, PySpark, PyTorch)</span>
102102
</h6>
103103
<h6 class="mb-3">
104104
<i class="fas fa-check-circle fg-white"></i>
105-
<span>Bootstrap</span>
105+
<span>AWS (Lambda, Sagemaker, Athena, Glue, S3)</span>
106106
</h6>
107107
<h6 class="mb-3">
108108
<i class="fas fa-check-circle fg-white"></i>
109-
<span>Flask (Backend)</span>
109+
<span>Google Cloud Platform (Cloud PubSub, Cloud Run, Container Registry)</span>
110110
</h6>
111111
<h6 class="mb-3">
112112
<i class="fas fa-check-circle fg-white"></i>
113-
<span>Google Cloud</span>
113+
<span>Internet of Things (Apache Kafka, Arduino, ESP8266, Losant)</span>
114114
</h6>
115115
<h6 class="mb-3">
116116
<i class="fas fa-check-circle fg-white"></i>
117-
<span>Heroku</span>
117+
<span>Embedded Systems (Vivado, VHDL, Verilog, C, C++, Xilinx) </span>
118118
</h6>
119119
<h6 class="mb-3">
120120
<i class="fas fa-check-circle fg-white"></i>
121-
<span>Firebase</span>
121+
<span>Fullstack Development (NextJS, Flask, React)</span>
122122
</h6>
123123
<h6 class="mb-3">
124124
<i class="fas fa-check-circle fg-white"></i>
125-
<span>Solidity (Blockchain)</span>
125+
<span>Web3 (Solidity, OpenZeppelin, Remix, MetaMask)</span>
126126
</h6>
127127
</div>
128128
</div>
@@ -138,7 +138,7 @@ <h5 class="text-center text-truncate h-25 w-100">02_SKILLS</h5>
138138
<div class="d-flex flex-column justify-content-center text-wrap h-75 w-100 px-2">
139139
<h2 class="text-center mt-5 mb-3">Florida International University 🐆</h1>
140140
<h3 class="text-center mb-3">BS Electrical Engineering</h2>
141-
<h4 class="text-center mb-3">2025</h3>
141+
<h4 class="text-center mb-3">Fall 2025</h3>
142142
</div>
143143
<div class="d-flex flex-column justify-content-end h-25 w-100">
144144
<h5 class="text-center text-truncate h-25 w-100">03_EDUCATION</h5>
@@ -154,7 +154,7 @@ <h5 class="text-center text-truncate white h-25 w-100">04_WHEELS</h5>
154154
<div class="section-col col-lg-3 border-style bg-tan fg-white py-3">
155155
<div class="d-flex flex-column justify-content-center h-75 w-100 px-2">
156156
<h3 class="text-center mb-4">Contact me at the email below</h3>
157-
<h4 class="text-center mt-1">bentd@outlook.com</h4>
157+
<h4 class="text-center mt-1"><a href="mailto:bentd@outlook.com" class="fg-white">bentd@outlook.com</a></h4>
158158
</div>
159159
<div class="d-flex flex-column justify-content-end h-25 w-100">
160160
<h5 class="text-center text-truncate h-25 w-100">05_CONTACT</h5>
@@ -169,6 +169,10 @@ <h5 class="text-center text-truncate h-25 w-100">05_CONTACT</h5>
169169
<a href="https://www.linkedin.com/in/dylan-bent-40b396b5/" class="text-center text-truncate fg-black w-100">LINKEDIN</a>
170170
</div>
171171
</div>
172+
<div class="contact-col col-lg-4 border-style py-3">
173+
<div class="d-flex flex-column justify-content-center h-100 w-100">
174+
</div>
175+
</div>
172176
<div class="contact-col col-lg-4 border-style fg-white py-3">
173177
<div class="d-flex flex-column justify-content-center h-100 w-100">
174178
<a href="https://github.com/bentd" class="text-center text-truncate fg-black w-100">GITHUB</a>

0 commit comments

Comments
 (0)