-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
42 lines (41 loc) · 2.08 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<link href="styles.css" rel="stylesheet">
<title>My Webpage</title>
</head>
<body>
<div class=header style="color: black; background-image: url('images/cat header2.jpg'); background-size: 100% 100%">
<h1>modge</h1>
</div>
<a href="index.html">Home</a>
<h2 class= "rainbow-text" style="text-align: center; font-size: 3em">these are some mods I've made</h2><br>
<h3 style="text-align: center">Guilty Gear Strive Skins</h3>
<div class='grid'>
<figure>
<img src="images/mod1.jpg" alt="mod screenshot">
<figcaption><a href="https://gamebanana.com/mods/445309">Classical Wizard Bridget</a></figcaption>
</figure>
<figure>
<img src="images/mod2.jpg" alt="mod screenshot">
<figcaption><a href="https://gamebanana.com/mods/482028">Bridget Slash S</a></figcaption>
</figure>
</div>
<h3 style="text-align: center">Doom Eternal Gameplay Mods</h3>
<div class='grid'>
<figure>
<img src="images/mod3.webp" alt="mod screenshot">
<figcaption><a href="https://www.nexusmods.com/doometernal/mods/1515">Rebalanced Nightmare</a></figcaption>
</figure>
<figure>
<img src="images/mod4.webp" alt="mod screenshot">
<figcaption><a href="https://www.nexusmods.com/doometernal/mods/1510">Better Unmaykr</a></figcaption>
</figure>
</div>
<footer><hr>
shoutouts to simpleflips
</footer>
</body>
</html>