-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (187 loc) · 16.1 KB
/
Copy pathindex.html
File metadata and controls
196 lines (187 loc) · 16.1 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Zakdev's Portfolio</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="Resources/favicon.ico">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="800">
<meta property="og:image:height" content="500">
<meta property="twitter:card" content="summary_large_image">
<meta property="og:description" content="Hey guys! Welcome to my portfolio!">
<meta property="og:image" content="https://i.imgur.com/02X5gI7.png">
<meta property="og:title" content="Zakdev's Portfolio">
</head>
<body>
<style>
.dropbtn {
background-color: #3498DB;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
background-color: #2980B9;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown a:hover {background-color: #ddd;}
.show {display: block;}
</style>
</head>
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn" style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">Select Language</button>
<div id="myDropdown" class="dropdown-content">
<a style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" onclick="SelectLanguage('English')">🇬🇧 English</a>
<a style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;"
onclick="
document.getElementById('introtext0').innerText = '¡Ey! ¡Soy zakdev!';
document.getElementById('introtext1').innerText = '¡Soy un desarrollador de roblox especializado en scripting y también estoy aprendiendo UI/UX y GFX!';
">🇪🇸 Español</a>
<a style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
"onclick="
document.getElementById('introtext0').innerText = '¡Ey! ¡Soy zakdev!';
document.getElementById('introtext1').innerText = '¡Soy un desarrollador de roblox especializado en scripting y también estoy aprendiendo UI/UX y GFX!';
">🇫🇷 Français</a>
<a style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
"onclick="
document.getElementById('introtext0').innerText = '¡Ey! ¡Soy zakdev!';
document.getElementById('introtext1').innerText = '¡Soy un desarrollador de roblox especializado en scripting y también estoy aprendiendo UI/UX y GFX!';
">🇵🇹 Português</a>
<a style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
"onclick="SelectLanguage('Arabic')">🇸🇦 العربية</a>
</div>
</div>
<script>
/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
</script>
<div id="intro" style="width: 500px; height: 500px; margin-top: 5%;">
<img id="KrushPFP" src="Resources/KTDDarkBlueBackgroundWithPalestineFlag.png" style="width: 128px; height: 128px;" alt="Zakdev's Profile Picture">
<h1 id="introtext0" style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">Hey! I'm zakdev!</h1>
<h2 id="introtext1" style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">I'm a roblox developer who specializes in Scripting and is also learning UI/UX!</h2>
<div id="externals-container" style="width: 190px ; height: 50px; margin: auto; margin-left: 55%; margin-top: 10%;">
<a href="https://www.roblox.com/users/1109284369/profile">
<div id="roblox" style="width: 50px; height: 50px; margin-top: 5%; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; display: flex; align-items: center;">
<img src="Resources/ROBLOX_Icon.png" style="width: 50px; height: 50px;">
</div>
</a>
<a href="https://www.youtube.com/@Krusher741">
<div id="youtube" style="width: 50px; height: 50px; margin-top: 5%; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; display: flex; align-items: center;">
<img src="Resources/YouTube_White.png" style="width: 40px; height: 40px; margin-left: 10%;">
</div>
</a>
<a href="https://www.discord.com/channels/zakdev.">
<div id="discord" style="width: 50px; height: 50px; margin-top: 5%; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; display: flex; align-items: center;">
<img src="Resources/Discord_Icon.png" style="width: 40px; height: 40px; margin-left: 10%;">
</div>
</a>
</div>
</div>
<div id="skills-container" style="width: 470px ; height: 300px; margin: auto;">
<h1 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center; margin-top: 10%;">My Skills</h1>
<a href="#Scripting">
<div id="ScriptingButton" style="width: 200px ; height: 60px; margin-top: 5%; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; display: flex; align-items: center;">
<img src="Resources/Scripting_Icon.png" style="width: 25%; height: 90%; margin-right: 10px;">
<h2>Scripting</h2>
</div>
</a>
<a href="#UI-UX">
<div id="UIUXButton" style="width: 200px ; height: 60px; margin-top: 5%; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; display: flex; align-items: center;">
<img src="Resources/UIUX_Icon.png" style="width: 25%; height: 90%; margin-right: 10px;">
<h2>UI/UX</h2>
</div>
</a>
<a href="#GFX">
<div id="GFXButton" style="width: 200px ; height: 60px; margin-top: 5%; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; display: flex; align-items: center;">
<img src="Resources/GFX_Icon.png" style="width: 25%; height: 90%; margin-right: 10px;">
<h2>GFX</h2>
</div>
</a>
</div>
<div id="Scripting" style="width: 650px; height: 3800px; margin: auto;">
<h1 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center;">Scripting</h1>
<div>
<h2 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center;">Car Dealership System</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe src="https://www.loom.com/embed/a8bad8f07ed8453b930091b4f2cc2bc3?sid=e524b078-c2d1-407f-a08f-3205640455da" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
</div>
<div>
<h2 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center;">Shop System</h2>
<div style="position: relative; padding-bottom: 55.25%; height: 0;"><iframe src="https://www.loom.com/embed/34ba05608bfd44a0b10a2dd7bc1152e5?sid=922f7a96-2f49-42a2-8179-23f4bb8acba6" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
</div>
<div>
<h2 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center;">Troll GUI</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe src="https://www.loom.com/embed/65b6508feace4f8bac657ad0c72a4c15?sid=ecdd31e3-98e3-42e2-978f-5555071b35ca" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
</div>
<div>
<h2 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center;">Money and Gamepass Purchasing System</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe src="https://www.loom.com/embed/3f7e7edeaaf54362afddb57255094f76?sid=622c33a1-8870-4110-bd3c-7fc9951fc147" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
</div>
<div>
<h2 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center;">Advanced Placing System (a bit buggy)</h2>
<div style="position: relative; padding-bottom: 63.948497854077246%; height: 0;"><iframe src="https://www.loom.com/embed/224482df94bd42f192633ff5ec735ec3?sid=61d47fe9-592d-4779-8190-883d92eb5549" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
</div>
<div>
<h2 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center;">Player Readying System [COMMISSION]</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe src="https://www.loom.com/embed/5791950d867d4257b9f68821306ab975?sid=6c3d6311-8b5b-4f19-b2bf-64d4ab797f62" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
</div>
<div>
<h2 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center;">Menu Screen</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe src="https://www.loom.com/embed/433752f9524341409ff0fd1a3cf74406?sid=f996bd6f-5c12-4db8-bf02-d48573f3c93a" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
</div>
<div>
<h2 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center;">Radio System</h2>
<div style="position: relative; padding-bottom: 56.25%; height: 0;"><iframe src="https://www.loom.com/embed/7046a8831fcf413bb79910a5be991d19?sid=f932be02-4fa9-41d8-a82d-954a9634f312" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
</div>
</div>
<div id="UI-UX" style="width: 650px; height: 1570px; margin: auto;">
<h1 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center;">UI/UX</h1>
<img src="Resources/UI_Work_1.png" style="width: 800px; height: 500px; margin-left: -10%;" alt="Blue Shop button and Red 'X' button">
<img src="Resources/UI_Work_2.png" style="width: 644px; height: 243px;" alt="Blue Shop button and Red 'X' button">
<img src="Resources/UI_Work_3.png" style="width: 721px; height: 421px; margin-left: -5%;" alt="Blue Shop button and Red 'X' button">
<img src="Resources/UI_Work_4.png" style="width: 625px; height: 341px;" alt="Blue Shop button and Red 'X' button">
</div>
<div id="GFX" style="width: 650px; height: 850px; margin: auto;">
<h1 style="font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: white; text-align: center;">GFX</h1>
<img src="Resources/GFX_Work_1.png" style="width: 800px; height: 450px; margin-left: -10%;" alt="Blue Shop button and Red 'X' button">
<img src="Resources/GFX_Work_2.png" style="width: 644px; height: 400px;" alt="Blue Shop button and Red 'X' button">
</div>
</body>
</html>