Skip to content

Commit 2588907

Browse files
finish experience page
1 parent c129d60 commit 2588907

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<svg id="fader"></svg>
2222
<div class="gradientAnimation">
2323
<h1 class="centeredButNotCentered">luauprogrammer</h1>
24-
<h3 id="subText" class="centeredButNotCenteredBelowNotCentered"> <a class='btn btn-link' style="color: #000000;"
24+
<h3 id="subText" class="centeredButNotCenteredBelowNotCentered"> <a class='btn btn-link hyperlink'
2525
href='resume.html'>experiences & skills</a></h3>
2626
<div class="grid-container centered">
2727
<div class="grid-item"><a href="https://www.roblox.com/users/127378116/profile"> <button

resume.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,22 @@
2121
<svg id="fader"></svg>
2222
<div class="gradientAnimation">
2323
<h1 class="centeredTitle">luauprogrammer</h1>
24-
<h3 id="subText" class="centeredBelowTitle"> <a class='btn btn-link' style="color: #000000;"
25-
href='index.html'>homepage & contact information</a></h3>
24+
<h3 id="subText" class="centeredBelowTitle"> <a class='btn btn-link hyperlink' href='index.html'>homepage & contact
25+
information</a></h3>
2626
<ul class="centeredButNotCentered">
27-
<li>
28-
<h2> test </h2>
29-
</li>
30-
<li>test</li>
31-
<li>test</li>
27+
<h2>
28+
<li>
29+
Fluent in JavaScript, TypeScript, Lua, C, HTML, and CSS.
30+
</li>
31+
<li>Lead Developer at <a class="hyperlink" href="https://www.roblox.com/groups/15624754/group">Quaser's
32+
Products</a>.</li>
33+
<li>Former Lead Developer at <a class="hyperlink" href="https://www.roblox.com/groups/7408442/group">Soda
34+
Thief
35+
Studios</a>.</li>
36+
<li>Former Lead Programmer at <a class="hyperlink" href="https://www.roblox.com/groups/13940471/group">ACR -
37+
Artemis</a>.</li>
38+
<li>Contributor to over 7M+ place visits on ROBLOX.</li>
39+
</h2>
3240
</ul>
3341
</div>
3442
<script src="main.js"></script>

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ body {
7070
transform: translate(-50%, -50%);
7171
}
7272

73+
.hyperlink {
74+
color: #000000;
75+
}
76+
7377
#fader {
7478
position: fixed;
7579
top: 0;

0 commit comments

Comments
 (0)