-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjects.html
More file actions
63 lines (61 loc) · 2.55 KB
/
Copy pathProjects.html
File metadata and controls
63 lines (61 loc) · 2.55 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dionzinc Projects</title>
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/projects.css">
<link rel="stylesheet" href="css/footer.css">
</head>
<body>
<header>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<h1>ENGRAVE'S <span class= "text_color">HUB</span></h1>
<a href="Website.html">Home</a>
<a href="Skills.html">Skills</a>
<a href="Projects.html">Projects</a>
<a href="Contact.html">Contact Me</a>
</header>
<div class="projects">
<h1>MY PROJECTS</h1>
<div class=projectscontent>
<div>
<span class="projecttext"><h1><a href="https://drive.google.com/file/d/1idDTjf_IrhnstZgPZf9QeaZrrI7O8Bm1/view?usp=drive_link">
The Wolves Engrave</a></h1></span>
<img src="images/engrave.png" class="projectsimg" alt="Wolves Engrave Icon"/>
<p>So far, this is the only project I am able to present publicly.
This is a text-based card game inspired by roguelike card games
like Inscryption. I am fond of tabletop, digital, and card games
so it has always been my passion to create one.
</p>
</div>
</div>
</div>
<div class="footer">
<div class="footerleft">
<h1>ENGRAVES'S <span class="text_color">HUB</span></h1>
</div>
<div class="footermid">
<p>Copyright © Engraves's Hub 2024</p>
</div>
<div class="footerright">
<div>
<img src="images/facebook.png" class="icons" alt="Facebook Icon"/>
<p class="footertext"><a href="https://www.facebook.com/profile.php?id=61570055206833" target="_blank">@Engraves_Hub</a>
</p>
</div>
<div>
<img src="images/reddit.png" class="icons" alt="Reddit Icon"/>
<p class="footertext"><a href="https://www.reddit.com/user/codyaxelbolt/" target="_blank">@codyaxel</a>
</p>
</div>
<div>
<img src="images/github.png" class="icons" alt="Github Icon"/>
<p class="footertext"><a href="https://github.com/Codyaxe"target="_blank">@Codyaxe</a>
</p>
</div>
</div>
</div>
</body>
</html>