Skip to content

Commit f884885

Browse files
committed
Css refactor + added link
1 parent a72239e commit f884885

File tree

2 files changed

+29
-36
lines changed

2 files changed

+29
-36
lines changed

css/main.css

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,30 @@ body {
1616
background-color: var(--background-color);
1717
}
1818

19-
p {
20-
display: block;
19+
p, .funnel-display-title, .skills-title {
2120
text-align: center;
2221
}
2322

23+
.funnel-display-title, .home-title, .project-title {
24+
font-family: "Funnel Display", sans-serif;
25+
}
26+
2427
.funnel-display-title {
25-
text-align: center;
26-
font-family: "Funnel Display", sans-serif;
27-
font-optical-sizing: auto;
28-
font-style: normal;
28+
font-optical-sizing: auto;
29+
font-style: normal;
2930
color: var(--text-color);
3031
}
31-
.home-title {
32-
font-family: "Funnel Display", sans-serif;
32+
33+
.home-title, .project-title {
3334
display: flex;
3435
flex-direction: column;
3536
align-items: center;
3637
justify-content: center;
3738
width: 100%;
3839
height: 100%;
39-
color: var(--text-color);
40-
4140
}
4241

4342
.project-title {
44-
font-family: "Funnel Display", sans-serif;
45-
display: flex;
46-
flex-direction: column;
47-
align-items: center;
48-
justify-content: center;
49-
width: 100%;
50-
height: 100%;
5143
color: var(--secondary-color);
5244
}
5345

@@ -78,13 +70,11 @@ a {
7870
color: var(--text-color);
7971
font-size: 2rem;
8072
margin-bottom: 2rem;
81-
text-align: center;
8273
}
8374

8475
.skills-grid {
8576
display: flex;
8677
flex-direction: row;
87-
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
8878
gap: 2rem;
8979
padding: 1rem;
9080
}
@@ -109,16 +99,10 @@ a {
10999
.skill-name {
110100
color: var(--text-color);
111101
font-size: 1.1rem;
112-
text-align: center;
113102
margin: 0;
114103
}
115104

116105
@media (max-width: 768px) {
117-
.skills-grid {
118-
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
119-
gap: 1rem;
120-
}
121-
122106
.skill-card {
123107
padding: 1rem;
124108
}

index.html

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,23 @@
1919
<h1 class="funnel-display-title">Hi! I'm Nathan</h1>
2020
<p>
2121
I'm a Computer Science student at the University of Texas at El Paso.
22-
I'm passionate about web development and enjoy creating responsive, user-friendly websites using modern technologies like Next.js and Node.js.
23-
I'm currently seeking internship opportunities where I can contribute to innovative web projects while expanding my development skills.
22+
I'm passionate about web development and enjoy creating responsive, user-friendly websites using modern
23+
technologies like Next.js and Node.js.
24+
I'm currently seeking internship opportunities where I can contribute to innovative web projects while
25+
expanding my development skills.
2426
</p>
2527
</section>
2628
<section class="skills-section">
2729
<h2 class="skills-title">Links</h2>
2830
<div class="skills-grid">
2931
<div class="skill-card">
30-
<a href="https://github.com/adhfmz8"><img src="assets/github-11-xxl.png" alt="Github" class="skill-icon"/></a>
32+
<a href="https://github.com/adhfmz8"><img src="assets/github-11-xxl.png" alt="Github"
33+
class="skill-icon"/></a>
3134
<h3 class="skill-name">Github</h3>
3235
</div>
3336
<div class="skill-card">
34-
<a href="https://www.linkedin.com/in/nkdiamond1/"><img src="assets/LI-In-Bug.png" alt="LinkedIn" class="skill-icon"/></a>
37+
<a href="https://www.linkedin.com/in/nkdiamond1/"><img src="assets/LI-In-Bug.png" alt="LinkedIn"
38+
class="skill-icon"/></a>
3539
<h3 class="skill-name">LinkedIn</h3>
3640
</div>
3741

@@ -43,7 +47,8 @@ <h3 class="skill-name">LinkedIn</h3>
4347
<h2 class="skills-title">Skills</h2>
4448
<div class="skills-grid">
4549
<div class="skill-card">
46-
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" class="skill-icon" alt="Python">
50+
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg"
51+
class="skill-icon" alt="Python">
4752
<h3 class="skill-name">Python</h3>
4853
</div>
4954
<div class="skill-card">
@@ -55,19 +60,23 @@ <h3 class="skill-name">Go</h3>
5560
<h3 class="skill-name">R</h3>
5661
</div>
5762
<div class="skill-card">
58-
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/java/java-original-wordmark.svg" alt="Java" class="skill-icon">
63+
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/java/java-original-wordmark.svg"
64+
alt="Java" class="skill-icon">
5965
<h3 class="skill-name">Java</h3>
6066
</div>
6167
</div>
6268
</section>
6369

6470
<section class="skills-section">
6571

66-
<h2 class="project-title">Current project</h2>
67-
<p>I am working on QFuzz: Quantitative Fuzzing for Side Channels
68-
<a href="https://yannicnoller.github.io/assets/pdf/issta2021_noller_qfuzz.pdf">
69-
Read more about this project here</a>
70-
</p>
72+
<h2 class="project-title">Current project</h2>
73+
<p>I am working on QFuzz: Quantitative Fuzzing for Side Channels
74+
<a href="https://yannicnoller.github.io/assets/pdf/issta2021_noller_qfuzz.pdf">
75+
Read more about this project here</a>
76+
</p>
77+
<p>
78+
Check out <a href="https://github.com/AshkanArabim/newsbridge">NewsBridge!</a>
79+
</p>
7180

7281
</section>
7382
</main>

0 commit comments

Comments
 (0)