-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
51 lines (47 loc) · 1.93 KB
/
about.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
43
44
45
46
47
48
49
50
51
<html lang="en"><head>
<title>FetchCord</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta content="text/html" charset="UTF-8" http-equiv="Content-Type">
<meta content="UTF-8" http-equiv="encoding">
<link type="text/css" rel="stylesheet" href="styles.css">
<script type="code/javascript" src="script.js"></script>
<link rel="icon" href="favicon.ico">
</head>
<body>
<div class="navbar">
<div class="navbuttons">
<a href="index.html">Home</a>
<div class="vl"></div>
<div class="on"> <a href="about.html">About</a> </div>
<div class="vl"></div>
<a href="credits.html">Credits</a>
<div class="vl"></div>
<a href="discord.html">Discord</a>
</div>
<div class="dropdown">
<button class="dropbtn">Installation v</button>
<div class="dropdown-content">
<a href="linux.html">Linux</a>
<a href="macos.html">MacOS</a>
<a href="windows.html">Windows</a>
</div>
</div>
</div>
<header class="header">
<div class="logo">
<img alt="Homepage Header" src="fetchcord.png" style="height: 151px;">
</div>
<div class="headertxt">
<h1>FetchCord</h1>
<h2>About</h2>
</div>
</header>
<div class="textbg">
<p>
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.
</p>
<br>
<p>To run, it requires Python, PyPresence, NeoFetch and (in most cases, PIP). For Linux users who use Systemd, it is possible to integrate FetchCord to start with your system, although this is still achievable in most cases by just adding it to startup applications or making a startup script.
</p>
</div>
<p></p></body></html>