-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinux.html
More file actions
44 lines (33 loc) · 1.32 KB
/
linux.html
File metadata and controls
44 lines (33 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<!--CSS-->
<link href="style.css" rel="stylesheet" type="text/css" />
<!--Fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
</head>
<body>
<div class="header-container">
<h1> My Linux System </h1>
<!--NavBar-->
<div class="Nav_Bar">
<ul>
<li> <a href="index.html"> Home </a> </li>
<li> <a href="linux.html"> Linux </a> </li>
<li> <a href="projects.html"> Projects </a> </li>
<li> <a href="library.html"> Library </a> </li>
<li> <a href="culinary.html"> Cooking </a> </li>
<li> <a href="contact.html"> Contact </a> </li>
</ul>
</div>
</div>
<img src="Linux.png" alt="LinuxDesktop">
<h2> About my System </h2>
<p>I am running Debian on GNOME. My app icons are from Numix-Circle and my applications theme is from Qogir-Dark. I also use a note-taking platform called Indicator Stickynotes, which allows you to put sticky notes on your desktop. I think it looks pretty neat. </p>
</body>
</html>