-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
221 lines (209 loc) · 11.1 KB
/
index.html
File metadata and controls
221 lines (209 loc) · 11.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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sierra-117</title>
<link rel="icon" type="image/png"
href="https://pablosch26.github.io/keepcoding-html-css-submission-2/assets/app/icon.png">
<link rel="stylesheet" href="https://pablosch26.github.io/keepcoding-html-css-submission-2/styles/normalize.css">
<link rel="stylesheet" href="https://pablosch26.github.io/keepcoding-html-css-submission-2/styles/common.css">
<link rel="stylesheet"
href="https://pablosch26.github.io/keepcoding-html-css-submission-2/styles/components/components.css">
<link rel="stylesheet" href="https://pablosch26.github.io/keepcoding-html-css-submission-2/styles/banner.css">
<link rel="stylesheet" href="https://pablosch26.github.io/keepcoding-html-css-submission-2/styles/footer.css">
<link rel="stylesheet"
href="https://pablosch26.github.io/keepcoding-html-css-submission-2/styles/components/illustration-image.css">
<link rel="stylesheet"
href="https://pablosch26.github.io/keepcoding-html-css-submission-2/styles/components/progress_bar.css">
</head>
<body class="body-bg">
<h1 class="sr-only">Halo</h1>
<header class="header">
<a href="index.html">
<img class="logo"
src="https://pablosch26.github.io/keepcoding-html-css-submission-2/assets/app/Logo_Mobile.png"
alt="Logo">
<!--<div class="logo"></div>-->
</a>
<div class="menu-container">
<input type="checkbox" id="menu-toggle" class="menu-toggle">
<label for="menu-toggle" class="menu-btn">Menu</label>
<nav class="nav">
<ul class="list">
<li><a class="btn-header" href="projects.html">Projects</a></li>
<li><a class="btn-header" href="#skills">Skills</a></li>
<li><a class="btn-header" href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main class="main-format">
<!-- ********************************************************************************************************************************* -->
<section class="info">
<div>
<h2>Sierra 117 (Master Chief)</h2>
<p>
I'm Master Chief, a cybernetically enhanced soldier known as Spartan.
My mission is to protect humanity at all costs, facing threats such as the Covenant and the Flood.
I am always prepared for battle, and no matter how difficult, my goal is to ensure victory. victory.
I don't care about glory, just doing my duty.
</p>
</div>
</section>
<section class="progresses-bars">
<h2>My Skills</h2>
<div class="progresses-bars-container">
<div>
<span>Super Strength</span>
<div class="progress-container">
<div class="progress-bar" style="width: 10%;">10%</div>
</div>
</div>
<div>
<span>Advanced Tactics</span>
<div class="progress-container">
<div class="progress-bar" style="width: 25%;">25%</div>
</div>
</div>
<div>
<span>Improved Resistance</span>
<div class="progress-container">
<div class="progress-bar" style="width: 40%;">40%</div>
</div>
</div>
<div>
<span>Stealth</span>
<div class="progress-container">
<div class="progress-bar" style="width: 55%;">55%</div>
</div>
</div>
<div>
<span>Management of Advanced Technology</span>
<div class="progress-container">
<div class="progress-bar" style="width: 70%;">70%</div>
</div>
</div>
<div>
<span>Weapons Combat Skill</span>
<div class="progress-container">
<div class="progress-bar" style="width: 85%;">85%</div>
</div>
</div>
</div>
</section>
<!-- ********************************************************************************************************************************* -->
<section class="ilustration">
<div class="ilustration-container">
<label class="ilustration-text">John-117</label>
<picture>
<source
srcset="https://pablosch26.github.io/keepcoding-html-css-submission-2/assets/app/background/Wallpaper_1_(2560X1653).jpg"
media="(min-width: 1025px)">
<source
srcset="https://pablosch26.github.io/keepcoding-html-css-submission-2/assets/app/background/Wallpaper_1_(1024X661).jpg"
media="(max-width: 1024px)">
<source
srcset="https://pablosch26.github.io/keepcoding-html-css-submission-2/assets/app/background/Wallpaper_1_(768X496).jpg"
media="(max-width: 768px)">
<source
srcset="https://pablosch26.github.io/keepcoding-html-css-submission-2/assets/app/background/Wallpaper_1_(480X310).jpg"
media="(max-width: 480px)">
<img src="https://pablosch26.github.io/keepcoding-html-css-submission-2/assets/app/background/Wallpaper_1_(2560X1653).jpg"
alt="John-117 Wallpaper">
</picture>
</div>
</section>
<!-- ********************************************************************************************************************************* -->
<section class="form-container">
<form class="form" action="./register" method="post" novalidate>
<!-- ------------------------------------------------------------------------------------------------------------------- -->
<div class="grid-2x2">
<div class="form-element">
<label for="name">Name</label>
<input required type="text" name="name" id="name" placeholder="Name">
</div>
<div class="form-element">
<label for="second-name">Surname</label>
<input required type="text" name="second_name" id="second-name" placeholder="Surname">
</div>
<div class="form-element">
<label for="tel">Enter your phone number</label>
<input required type="tel" name="telephone" id="tel" autocomplete="off"
pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" title="Expected format 123-123-1234"
placeholder="123-456-7890" inputmode="tel">
</div>
<div class="form-element">
<label for="usergithub">GitHub Username</label>
<input required type="text" name="usergithub" id="usergithub" autocomplete="off"
pattern="^@[^\s]+" placeholder="@uderGitHub">
</div>
</div>
<!-- ------------------------------------------------------------------------------------------------------------------- -->
<fieldset class="fieldset">
<legend>How did you hear about us?</legend>
<div>
<input required type="radio" name="source" id="un" value="university">
<label for="un">University</label>
</div>
<div>
<input required type="radio" name="source" id="kc" value="kickoff">
<label for="kc">KeepCoding kick-off</label>
</div>
<div>
<input required type="radio" name="source" id="col" value="college">
<label for="col">College</label>
</div>
<div>
<input required type="radio" name="source" id="gh" value="github">
<label for="gh">GitHub</label>
</div>
</fieldset>
<!-- ------------------------------------------------------------------------------------------------------------------- -->
<div class="form-element textarea">
<label for="bio">More Information</label>
<textarea required name="bio" id="bio" rows="6" placeholder="Max. 180 characters"
maxlength="180"></textarea>
</div>
<!-- ------------------------------------------------------------------------------------------------------------------- -->
<div class="chbox">
<input type="checkbox" name="newsletter_subscription" id="remember">
<label for="remember">I want access to the newsletter</label>
</div>
<!-- ------------------------------------------------------------------------------------------------------------------- -->
<div class="nvr-btn">
<button class="btn" type="submit">Send</button>
<input class="btn secondary" type="reset" value="Reset">
</div>
<!-- ------------------------------------------------------------------------------------------------------------------- -->
</form>
</section>
<!-- ********************************************************************************************************************************* -->
</main>
<footer class="footer">
<ul>
<li>
<a href="https://www.halostudios.com" target="_blank" rel="noopener noreferrer">
<img src="./assets/links/Halo_Studios_Logo.png" alt="Halo Studios">
</a>
</li>
<li>
<a href="https://www.xbox.com" target="_blank" rel="noopener noreferrer">
<img src="./assets/links/Xbox_Logo.png" alt="Halo on Xbox">
</a>
</li>
<li>
<a href="https://www.youtube.com/c/Halo" target="_blank" rel="noopener noreferrer">
<img src="./assets/links/Youtube_Logo.png" alt="Halo on Youtube">
</a>
</li>
<li>
<a href="https://twitter.com/Halo" target="_blank" rel="noopener noreferrer">
<img src="./assets/links/Twitter_Logo.png" alt="Halo on X">
</a>
</li>
</ul>
<p>2025 John-117. All rights Reserved.</p>
</footer>
</body>
</html>