Skip to content

Commit fe44693

Browse files
front page completion
1 parent 6ed7ea3 commit fe44693

File tree

6 files changed

+45
-2
lines changed

6 files changed

+45
-2
lines changed

gnometerm.png

24.8 KB
Loading

index.html

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.00, user-scalable=false;" />
77
<link type="text/css" rel="stylesheet" href="styles.css" />
88
<script type="text/javascript" src="script.js"></script>
9-
<link rel="image/x-icon" href="favicon.ico" />
9+
<link rel="icon" href="favicon.ico">
1010
</head>
1111

1212
<body>
@@ -34,5 +34,34 @@
3434
<h1>FETCHCORD:</h1>
3535
<p>Hardware and OS Information Displayed In a Discord Rich Presence<br><br></p>
3636
</header>
37+
38+
<div class="gallery">
39+
<a target="_blank" href="windowsfetchcord.png">
40+
<img src="windowsfetchcord.png" alt="help">
41+
</a>
42+
<div class="desc">Operating System</div>
43+
</div>
44+
45+
<div class="gallery">
46+
<a target="_blank" href="intelcpu.png">
47+
<img src="intelcpu.png" alt="help">
48+
</a>
49+
<div class="desc">Hardware</div>
50+
</div>
51+
52+
<div class="gallery">
53+
<a target="_blank" href="tuf.png">
54+
<img src="tuf.png" alt="help">
55+
</a>
56+
<div class="desc">Motherboard</div>
57+
</div>
58+
59+
<div class="gallery">
60+
<a target="_blank" href="gnometerm.png">
61+
<img src="gnometerm.png" alt="help">
62+
</a>
63+
<div class="desc">Terminal</div>
64+
</div>
3765
</body>
38-
</html>
66+
</html>
67+

intelcpu.png

31.6 KB
Loading

styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body{
1616
padding-right: 75px;
1717
padding-top: 35px;
1818
padding-bottom: 25px;
19+
animation: fade-and-come-down 1.25s forwards;
1920
}
2021

2122
h1 {
@@ -267,4 +268,17 @@ h1 {
267268

268269
.guide, .guide h1 {
269270
color: rgb(255, 255, 255);
271+
}
272+
273+
.gallery {
274+
margin: 44px;
275+
float: left;
276+
width: 350px;
277+
height: 375px;
278+
background: #0b0a0d;
279+
background: rgba(11, 10, 13, 0.25);
280+
margin-top: 20px;
281+
text-align: center;
282+
padding: 10px;
283+
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
270284
}

tuf.png

28.8 KB
Loading

windowsfetchcord.png

25.3 KB
Loading

0 commit comments

Comments
 (0)