Skip to content

Commit a72239e

Browse files
committed
adding links to linkedin and github
1 parent 140e1e9 commit a72239e

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

assets/LI-In-Bug.png

8.18 KB
Loading

assets/github-11-xxl.png

11.2 KB
Loading

css/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ body {
1616
background-color: var(--background-color);
1717
}
1818

19+
p {
20+
display: block;
21+
text-align: center;
22+
}
23+
1924
.funnel-display-title {
25+
text-align: center;
2026
font-family: "Funnel Display", sans-serif;
2127
font-optical-sizing: auto;
2228
font-style: normal;

index.html

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,34 @@
1010
<link href="https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap" rel="stylesheet">
1111
<link rel="stylesheet" href="css/main.css">
1212

13+
1314
</head>
1415

1516
<body>
1617
<main class="home-title">
1718
<section class="header">
1819
<h1 class="funnel-display-title">Hi! I'm Nathan</h1>
1920
<p>
20-
I'm a Computer Science student at the University of Texas at El Paso
21+
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.
2124
</p>
25+
</section>
26+
<section class="skills-section">
27+
<h2 class="skills-title">Links</h2>
28+
<div class="skills-grid">
29+
<div class="skill-card">
30+
<a href="https://github.com/adhfmz8"><img src="assets/github-11-xxl.png" alt="Github" class="skill-icon"/></a>
31+
<h3 class="skill-name">Github</h3>
32+
</div>
33+
<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>
35+
<h3 class="skill-name">LinkedIn</h3>
36+
</div>
37+
38+
</div>
39+
40+
2241
</section>
2342
<section class="skills-section">
2443
<h2 class="skills-title">Skills</h2>
@@ -42,13 +61,12 @@ <h3 class="skill-name">Java</h3>
4261
</div>
4362
</section>
4463

45-
<section class="projects">
64+
<section class="skills-section">
4665

4766
<h2 class="project-title">Current project</h2>
4867
<p>I am working on QFuzz: Quantitative Fuzzing for Side Channels
4968
<a href="https://yannicnoller.github.io/assets/pdf/issta2021_noller_qfuzz.pdf">
5069
Read more about this project here</a>
51-
5270
</p>
5371

5472
</section>

0 commit comments

Comments
 (0)