Skip to content

Commit eb49436

Browse files
Merge pull request #1 from Lukas-Batema/main
Fix Formatting
2 parents 3586d61 + 4c281c5 commit eb49436

File tree

7 files changed

+91
-96
lines changed

7 files changed

+91
-96
lines changed

about.html

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,22 @@
1111

1212
<body>
1313
<div class="navbar">
14-
<a href="index.html">Home</a>
15-
<a href="about.html">About</a>
16-
<a href="credits.html">Credits</a>
17-
<div class="dropdown">
18-
<button class="dropbtn">Downloads
19-
<i class="fa fa-caret-down"></i>
20-
</button>
21-
<div class="dropdown-content">
22-
<a href="linux.html">Linux</a>
23-
<a href="macos.html">MacOS</a>
24-
<a href="windows.html">Windows</a>
25-
</div>
14+
<a href="index.html">Home</a>
15+
<a href="about.html">About</a>
16+
<a href="credits.html">Credits</a>
17+
<div class="dropdown">
18+
<button class="dropbtn">Downloads
19+
<i class="fa fa-caret-down"></i>
20+
</button>
21+
<div class="dropdown-content">
22+
<a href="linux.html">Linux</a>
23+
<a href="macos.html">MacOS</a>
24+
<a href="windows.html">Windows</a>
2625
</div>
27-
</div>
26+
</div>
27+
</div>
2828

29-
<header class="head1"><h1></h1></header>
30-
<p class="about"><h3>FetchCord is an application mainly aimed towards Linux users which grabs OS and Hardware information and displays it as a Discord Rich Presence. Although the application is aimed towards Linux users, it also runs on Microsoft Windows and MacOS with minimal changes. To run, it requires Python, PyPresence, NeoFetch and (in most cases, PIP). For Linux users who use Systemd, it is possible to intergrate FetchCord to start with your system, although this is still achieveable in most cases by just adding it to startup applications or making a startup script.</h3></p>
29+
<header class="head1"><h1></h1></header>
30+
<p class="about"><h3>FetchCord is an application mainly aimed towards Linux users which grabs OS and Hardware information and displays it as a Discord Rich Presence. Although the application is aimed towards Linux users, it also runs on Microsoft Windows and MacOS with minimal changes. To run, it requires Python, PyPresence, NeoFetch and (in most cases, PIP). For Linux users who use Systemd, it is possible to intergrate FetchCord to start with your system, although this is still achieveable in most cases by just adding it to startup applications or making a startup script.</h3></p>
3131
</body>
32-
3332
</html>

credits.html

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,21 @@
1111

1212
<body>
1313
<div class="navbar">
14-
<a href="index.html">Home</a>
15-
<a href="about.html">About</a>
16-
<a href="credits.html">Credits</a>
17-
<div class="dropdown">
18-
<button class="dropbtn">Downloads
19-
<i class="fa fa-caret-down"></i>
20-
</button>
21-
<div class="dropdown-content">
22-
<a href="linux.html">Linux</a>
23-
<a href="macos.html">MacOS</a>
24-
<a href="windows.html">Windows</a>
25-
</div>
14+
<a href="index.html">Home</a>
15+
<a href="about.html">About</a>
16+
<a href="credits.html">Credits</a>
17+
<div class="dropdown">
18+
<button class="dropbtn">Downloads
19+
<i class="fa fa-caret-down"></i>
20+
</button>
21+
<div class="dropdown-content">
22+
<a href="linux.html">Linux</a>
23+
<a href="macos.html">MacOS</a>
24+
<a href="windows.html">Windows</a>
2625
</div>
27-
</div>
26+
</div>
27+
</div>
2828

29-
30-
<header class="head5"><h1></h1></header>
29+
<header class="head5"><h1></h1></header>
3130
</body>
32-
3331
</html>

index.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,21 @@
1111

1212
<body>
1313
<div class="navbar">
14-
<a href="index.html">Home</a>
15-
<a href="about.html">About</a>
16-
<a href="credits.html">Credits</a>
17-
<div class="dropdown">
18-
<button class="dropbtn">Downloads
19-
<i class="fa fa-caret-down"></i>
20-
</button>
21-
<div class="dropdown-content">
22-
<a href="linux.html">Linux</a>
23-
<a href="macos.html">MacOS</a>
24-
<a href="windows.html">Windows</a>
25-
</div>
14+
<a href="index.html">Home</a>
15+
<a href="about.html">About</a>
16+
<a href="credits.html">Credits</a>
17+
<div class="dropdown">
18+
<button class="dropbtn">Downloads
19+
<i class="fa fa-caret-down"></i>
20+
</button>
21+
<div class="dropdown-content">
22+
<a href="linux.html">Linux</a>
23+
<a href="macos.html">MacOS</a>
24+
<a href="windows.html">Windows</a>
2625
</div>
27-
</div>
26+
</div>
27+
</div>
2828

29-
<header class="header header--home"></header>
29+
<header class="header header--home"></header>
3030
</body>
31-
3231
</html>

linux.html

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,21 @@
1111

1212
<body>
1313
<div class="navbar">
14-
<a href="index.html">Home</a>
15-
<a href="about.html">About</a>
16-
<a href="credits.html">Credits</a>
17-
<div class="dropdown">
18-
<button class="dropbtn">Downloads
19-
<i class="fa fa-caret-down"></i>
20-
</button>
21-
<div class="dropdown-content">
22-
<a href="linux.html">Linux</a>
23-
<a href="macos.html">MacOS</a>
24-
<a href="windows.html">Windows</a>
25-
</div>
14+
<a href="index.html">Home</a>
15+
<a href="about.html">About</a>
16+
<a href="credits.html">Credits</a>
17+
<div class="dropdown">
18+
<button class="dropbtn">Downloads
19+
<i class="fa fa-caret-down"></i>
20+
</button>
21+
<div class="dropdown-content">
22+
<a href="linux.html">Linux</a>
23+
<a href="macos.html">MacOS</a>
24+
<a href="windows.html">Windows</a>
2625
</div>
27-
</div>
26+
</div>
27+
</div>
2828

29-
30-
<header class="head4"><h1></h1></header>
29+
<header class="head4"><h1></h1></header>
3130
</body>
32-
3331
</html>

macos.html

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,21 @@
1111

1212
<body>
1313
<div class="navbar">
14-
<a href="index.html">Home</a>
15-
<a href="about.html">About</a>
16-
<a href="credits.html">Credits</a>
17-
<div class="dropdown">
18-
<button class="dropbtn">Downloads
19-
<i class="fa fa-caret-down"></i>
20-
</button>
21-
<div class="dropdown-content">
22-
<a href="linux.html">Linux</a>
23-
<a href="macos.html">MacOS</a>
24-
<a href="windows.html">Windows</a>
25-
</div>
14+
<a href="index.html">Home</a>
15+
<a href="about.html">About</a>
16+
<a href="credits.html">Credits</a>
17+
<div class="dropdown">
18+
<button class="dropbtn">Downloads
19+
<i class="fa fa-caret-down"></i>
20+
</button>
21+
<div class="dropdown-content">
22+
<a href="linux.html">Linux</a>
23+
<a href="macos.html">MacOS</a>
24+
<a href="windows.html">Windows</a>
2625
</div>
27-
</div>
28-
29-
<header class="head3"><h1></h1></header>
30-
</body>
26+
</div>
27+
</div>
3128

29+
<header class="head3"><h1></h1></header>
30+
</body>
3231
</html>

styles.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ h1 {
3939
padding-top: 25px;
4040
}
4141

42-
.header--home{
43-
height: 650px;
42+
@media (min-width: 600px) {
43+
.header--home {
44+
height: 725px;
45+
}
4446
}
4547

4648
@keyframes fade-and-come-down {

windows.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111

1212
<body>
1313
<div class="navbar">
14-
<a href="index.html">Home</a>
15-
<a href="about.html">About</a>
16-
<a href="credits.html">Credits</a>
17-
<div class="dropdown">
18-
<button class="dropbtn">Downloads
19-
<i class="fa fa-caret-down"></i>
20-
</button>
21-
<div class="dropdown-content">
22-
<a href="linux.html">Linux</a>
23-
<a href="macos.html">MacOS</a>
24-
<a href="windows.html">Windows</a>
25-
</div>
14+
<a href="index.html">Home</a>
15+
<a href="about.html">About</a>
16+
<a href="credits.html">Credits</a>
17+
<div class="dropdown">
18+
<button class="dropbtn">Downloads
19+
<i class="fa fa-caret-down"></i>
20+
</button>
21+
<div class="dropdown-content">
22+
<a href="linux.html">Linux</a>
23+
<a href="macos.html">MacOS</a>
24+
<a href="windows.html">Windows</a>
2625
</div>
27-
</div>
26+
</div>
27+
</div>
2828

29-
<header class="head2"><h1></h1></header>
30-
</body>
29+
<header class="head2"><h1></h1></header>
30+
</body>
3131

3232
</html>

0 commit comments

Comments
 (0)