-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (41 loc) · 3.17 KB
/
index.html
File metadata and controls
46 lines (41 loc) · 3.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PenguinByte Projects</title>
<link rel="shortcut icon" href="/assets/PenguinByte.png" type="image/x-icon">
</head>
<body>
<div id="loading" style="background-color:white; position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:2000; color: black;">Please Wait...</div>
<div class="container">
<span id="mainTitle">PenguinByte</span>
<div class="box">
<img src="/assets/PenguinByte.png" id="logo">
<span class="title" style="font-weight: 700;">🎉 You have reached the website for <a href="https://youtube.com/@PenguinByte" target=_blank title="PenguinByte YouTube Channel">PenguinByte</a> 🎉<br><span class="pbcolored" style="font-weight: 800;font-size: 25px;">Linux and Tech reviews.</span></span>
<div class="section" id="hello">
<span id="handemoji">👋</span>
<span class="text">"Hello and welcome to PenguinByte! I am Marcel, a 14 year old Linux and tech enthusiast. I make videos about all sorts of Linux and FOSS related content to my YouTube Channel, including tips for newbies, distro reviews, comparisons, 30 day challenges, and much more. I upload videos every Saturday!"</span>
</div>
<div class="section" style>
<span class="title">Projects</span>
<a href="/guard/about.html" class="project">
<img src="/assets/PenguinByte_Guard_2.png" id="projectimg">
<span class="text projectitle">Byte Guard</span>
<img src="/assets/arrow-point-to-right.png" class="arrow">
</a>
</div>
<b style="text-align: center;"><span class="text">Have any questions or suggestions? <a href="mailto:avalanche77@zohomail.com" target=_blank title="Send me an email">Email me</a>!</span></b>
</div>
</div>
<div id="stickybuttons">
<a href="https://youtube.com/@PenguinByte"" target=_blank title="PenguinByte YouTube Channel" class="stickybtn"><img src="/assets/youtube.png" alt="" class="stickybtnimg"></a>
<a href="https://discord.gg/Jbdzx8h2Y6" target=_blank title="PenguinByte Discord Community" class="stickybtn"><img src="/assets/discord.svg" alt="" class="stickybtnimg"></a>
<a href="https://x.com/PenguinByte" target=_blank title="PenguinByte X Account" class="stickybtn"><img src="/assets/x.png" alt="" class="stickybtnimg"></a>
<a href="https://reddit.com/r/PenguinByte" target=_blank title="PenguinByte Reddit Community" class="stickybtn"><img src="/assets/reddit.svg" alt="" class="stickybtnimg"></a>
<a href="https://floss.social/@PenguinByte" target=_blank title="PenguinByte Mastodon Account" class="stickybtn"><img src="/assets/mastodon.svg" alt="" class="stickybtnimg"></a>
<a href="https://odysee.com/@PenguinByte" target=_blank title="PenguinByte Odysee Channel" class="stickybtn"><img src="/assets/odysee.svg" alt="" class="stickybtnimg"></a>
</div>
<script src="script/script.js"></script>
</body>
</html>