-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
64 lines (63 loc) · 3.28 KB
/
Copy pathabout.html
File metadata and controls
64 lines (63 loc) · 3.28 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gamerrabit's Blog</title>
<link rel="icon" href="./Images/profile.png">
<link rel="stylesheet" href="style.css">
<meta name='description' content='Gamerrabit.blog is a blog about tech, mac, unowhy13 and other stuff.'>
</head>
<body>
<header>
<div class="container header-container" style="margin-top: 10px; padding: 10px; padding-right:20px; padding-left: 20px; ">
<input type="checkbox" id="nav-toggle" class="nav-toggle" style="width: 0px; height: 0px;" />
<label for="nav-toggle" class="nav-toggle-label nav-toggle-margin" style="margin: 0%;">
<span></span>
<span></span>
<span></span>
</label>
<div style="align-items: center;">
<h1 style="text-align: center;">
<a href="./main" class="header-link">
GAMERABBIT'S BLOG
</a>
<br>
<h2 class ="pride" style="text-align: center;">🏳🌈 Happy Pride Month !</h2>
</h1>
</div>
<nav style="top: 0px;">
<a style="margin: 5px; color: #000;" href="./main">HOME</a>
<a style="margin: 5px; color: #000;" href="./unowhy13/main">UNOWHY Y13</a>
<a style="margin: 5px;color: #000;" href="./mac/main">MAC</a>
<a style="margin: 5px;color: #000;" href="./tech/main">TECH</a>
<a style="margin: 5px;color: #000;" href="./others/main">OTHER</a>
<a style="margin: 5px;color: #000;" href="./about">ABOUT</a>
</nav>
</div>
</header>
<div class="spacer"></div>
<main>
<div class="container" style="display: flex; justify-content: center; flex-direction: column; align-items: center;">
<h1>About me</h1>
<br>
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column;">
<div style="max-width: 430px; min-width: 220px; width: 100%; height: auto; word-break: break-word; margin-right: 32px; margin-left: 32px;">
<h3>
Hey! I'm Gamerrabit, a 17 years old tech lover. I especially love apple vintage technology and not only. And I decided to share my experiences !
</h3>
</div>
<img src="./Images/profile.png" style="margin: 40px; margin-left: 40px; margin-right: 40px; width: 350px; height: auto;">
<br>
<a><h3>This is my discord: @weathleythewolp16 <br>
This is my paypal (to buy more tech and try it): <u><a href="https://paypal.me/Gamerabbit16" target="_blank" style="color: #1b1b1b;">paypal.me/Gamerabbit16</a></u>
</h3></a>
<br>
<hr style="width:100%">
<p style="max-width: 600px;">Most of the photos are taken with a Nikon D90. Screenshots are included as needed, and if an image originates from the web, its source and website will be explicitly mentioned.</p>
</div>
<br>
</main>
</body>
</html>