-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (51 loc) · 2.68 KB
/
index.html
File metadata and controls
53 lines (51 loc) · 2.68 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
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styling.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Homepage | GreenJ.net</title>
<!--Open Graph Meta Tags-->
<meta property="og:type" content="website">
<meta property="og:title" content="Homepage | GreenJ.net">
<meta property="og:description" content="The homepage of GreenJ.net">
<meta property="og:image" content="https://greenj.net/assets/greentransparent.png">
<meta property="og:url" content="https://greenj.net/">
<!--Twitter Meta Tags-->
<meta property="twitter:card" content="summary">
<meta property="twitter:site" content="@GreenestJ">
<meta property="twitter:creator" content="@GreenestJ">
<meta property="twitter:title" content="Homepage | GreenJ.net">
<meta property="twitter:description" content="The homepage of GreenJ.net">
<meta property="twitter:image" content="https://greenj.net/assets/greentransparent.png">
<!--Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/greentransparent.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon.ico">
</head>
<body>
<div style="position: fixed;background-color: rgb(54, 54, 54);width: 100%;">
<section class="navigator">
<a class="navi-link" href="https://greenj.net">Homepage</a>
<div class="dropdown">
<a class="navi-link" href="https://greenj.net/projects">Projects</a>
<div class="dropdown-content">
<a href="https://greenj.net/modding">Modding</a>
<a href="https://greenj.net/panels">Convention Panels</a>
</div>
</div>
</section>
</div>
<section class="page-header">
<h1 class="project-name">Homepage</h1>
</section>
<section class="main-content">
<p style="color: rgb(233, 52, 28);">⚠ WEBSITE IS STILL UNDER CONSTRUCTION THINGS MAY NOT WORK ⚠</p>
<p>Hey, I'm GreenJ. I also go by Green or John. I make things sometimes. Most of my works are in Projects.</p>
<img src="https://greenj.net/assets/greentransparent.png" alt="Image of GreenJ" width="200px" height="200px">
<p>I'm not great with HTML and CSS still so this website may not always work properly.</p>
</section>
<section class="credits">
<p>© 2024 GreenJ</p>
</section>
</body>
</html>