-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (103 loc) · 3.51 KB
/
index.html
File metadata and controls
111 lines (103 loc) · 3.51 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Crystalcoding</title>
<link rel="stylesheet" href="index.css">
</head>
<body id="b">
<div id="content">
<div class="nav">
<a href="#home">Home</a>
<a href="#projects">Projects</a>
</div>
<div id="home">
<h1 class="opener">Hi, I'm Crystal</h1>
<h2 class="title">Developer</h2>
<p style="font-size: 20px; font-weight: 500;">I am a development enthusiast with a passion for making minecraft plugins. <br> I am always looking to learn more about development. <br> Wheter its minecraft plugins or web development, I am eager to learn more.</p>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div id="projects">
<h1 class="opener">Projects</h1>
<h2 class="title">A short list of projects i have worked on</h2>
<br><br>
<div id="projectList">
<div class="project">
<h2 class="projectName">The Time Vortex Wiki</h2>
<a href="https://thetimevortex.duckdns.org/latest/" target="_blank" rel="noopener"><img data-src="https://www.shareicon.net/data/2016/09/10/828161_url_512x512.png" class="projectLink" src="https://www.shareicon.net/data/2016/09/10/828161_url_512x512.png"></a>
<p class="projectDesc">
The Time Vortex Wiki is a wiki made for the minecraft mod "The Time Vortex", It's main focus is teaching people how to use the mod
</p>
<br>
<div class="projectTypes">
<p class="projectType" style="width: 187px;">Web Development</p>
<p class="projectType" style="width: 75px;">MKDocs</p>
</div>
</div>
<div class="project">
<h2 class="projectName">CrystalCore</h2>
<a href="https://github.com/crystalcoding9999/CrystalCore" target="_blank" rel="noopener"><img data-src="https://www.shareicon.net/data/2016/09/10/828161_url_512x512.png" class="projectLink" src="https://www.shareicon.net/data/2016/09/10/828161_url_512x512.png"></a>
<p class="projectDesc">
CrystalCore is a minecraft plugin that aims to merge the functionality of multiple plugins into a single minecraft plugin
</p>
<br>
<div class="projectTypes">
<p class="projectType" style="width: 156px;">Lead Developer</p>
<p class="projectType" style="width: 95px;">Minecraft</p>
<p class="projectType" style="width: 50px;">Java</p>
</div>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</body>
</html>