-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (105 loc) · 4.82 KB
/
index.html
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jerse's Portfolio Site</title>
<link rel="stylesheet" href="style.css">
<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=Open+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=PT+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<script defer src="./index.js"></script>
<div id = "gifcontainer">
<img id = "gif" src="Images/sanim.gif" alt="description of gif" />
</div>
<h1 id="skill">Front-End<br>Developer</h1>
<div id="Extra">jerse</div>
<div id="aboutme">
<h class = "about">
Hello! I'm Jerse and I am a self-taught Front-End Developer. <br>I'm mostly experienced in
</h>
<a class = "lang" href = "https://luau-lang.org/" target="_blank">Luau</a><h class = "about">, but I've also got experience in other various programming languages such as </h>
<a class = "lang" href = "https://en.wikipedia.org/wiki/C%2B%2B" target="_blank">C++</a><h class = "about">, </h><a class = "lang" href = "https://en.wikipedia.org/wiki/JavaScript" target="_blank">JavaScript</a><h class = "about">, </h><a class = "lang" href = "https://en.wikipedia.org/wiki/HTML" target="_blank">HTML/CSS</a><h class = "about">.</h>
</div>
<button class="btn" id="btn-1">Experience</button>
<button class="btn" id="btn-2">Best Work</button>
<header class="header" id="Socials">
<a href="https://github.com/Jerse1" target="_blank"><img src="Images/githubimage.png" id="GitHubImage"
alt="Github Profile" class="Logo"></a>
<a href="https://www.roblox.com/users/198131804/profile" target="_blank"><img src="Images/robloxlogo.png"
id="RobloxImage" alt="Roblox Profile" class="Logo"></a>
<a href="https://twitter.com/realjerse1" target="_blank"><img src="Images/twitterlogo.png" id="Twitterimage"
alt="Twitter Profile" class="Logo"></a>
<div input type="click" id = "disc"><img src="Images/discordlogo.png" id="Discordimage"
alt="Discord Account" class="Logo"></div>
</header>
<div id="SocialText"></div>
<h1 id="games">Experience</h1>
<h1 id="bestwork">Best work</h1>
<div id="grid-container">
<div>
<image class="gameimage" src="https://t2.rbxcdn.com/eab0b7af6f24c3c24511a72c6b451f57"
alt="A Universal Time">
</image>
<a class="gamename"
title="A Universal Time">A Universal
Time</a>
<a class = "gamedescription">
Scripter
</a>
<a class = "experiencetype">
Working
</a>
<a class="gamelink" href="https://www.roblox.com/games/5130598377">
Game
</a>
<a class="discordinvite" href="https://discord.gg/aut">
Discord
</a>
</div>
<div>
<image class="gameimage" src="https://t5.rbxcdn.com/861282bc6a0f9257661f51485f9edaf7"
alt="Road To Heaven">
</image>
<a class="gamename"
title="Road To Heaven">Road To Heaven</a>
<a class = "gamedescription">
Senior Developer
</a>
<a class = "experiencetype">
Retired
</a>
<a class="gamelink" href="https://www.roblox.com/games/5130598377">
Game
</a>
<a class="discordinvite" href="https://discord.gg/EahKRmmASx">
Discord
</a>
</div>
<div>
<image class="gameimage" src="https://images-na.ssl-images-amazon.com/images/I/81MLf-pgXrL.jpg"
alt="Project Kaizoku">
</image>
<a class="gamename"
title="Project Kaizoku">Project Kaizoku</a>
<a class = "gamedescription">
Owner
</a>
<a class = "experiencetype">
Working
</a>
<a class="gamelink" href="https://www.roblox.com/games/7543370894">
Game
</a>
<a class="discordinvite" href="https://discord.gg/t82mDuNR8d">
Discord
</a>
</div>
</div>
</body>
</html>