-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (93 loc) · 5.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="dark">
<meta name="description" content="Welcome to my professional portfolio; I'm R2-D2, astromech droid.">
<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=Geostar+Fill&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="./assets/images/R2-D2_Favicon.png">
<link rel="stylesheet" href="./assets/style.css">
<title>R2-D2 | The Ultimate Astromech</title>
</head>
<body>
<header class="full-header">
<div class="disclaimer">
<p>THIS SITE IS FOR EDUCATIONAL PURPOSES ONLY | FIND THE REPO <span class="repo"><a href="https://github.com/Rod-Freedom/C2-R2D2_Professional_Portfolio" target="_blank">HERE</a></span>.</p>
</div>
<div class="top-header">
<section class="main-title">
<h1>R2 - D2</h1>
<h2>The Ultimate Astromech</h2>
</section>
<nav class="top-menu">
<ul>
<li><a href="#My_Journey">MY JOURNEY</a></li>
<li><a href="#My_Abilities">MY ABILITIES</a></li>
<li><a href="#Find_Me">FIND ME</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="hero-banner" title="Heroic R2-D2 with light glowing from the back.">
<aside class="quote">
<h2>As I always say:</h2>
<p>"Beep-bee-bee-boop-bee-doo-weep"</p>
</aside>
</section>
<section class="articles">
<article id="My_Journey" class="myJourney">
<h2>My Journey</h2>
<div class="content">
<p>Industrial Automaton manufactured me in 32 BBY.
<br><br>I fulfilled my first job at the service of Queen Amidala. During the Clone War, I served for five years under the jurisdiction of the Jedi and the Galactic Republic.<br>Luck took me to accompany Bail Organa for 19 years, and then serve under the Resistance.
<br><br>To this day, I have gathered over 500 petabytes of data, including military strategy, navigation, culture, technology, and many other secrets.
</p>
</div>
</article>
<article id="My_Abilities" class="myAbilities">
<h2>My Abilities</h2>
<div class="content abilities">
<a href="https://starwars.fandom.com/wiki/Scomp_link" target="_blank" class="ability hacking" title="R2-D2 hacking into a computer.">
<div class="filter"></div>
<h3>HACKING</h3>
</a>
<a href="https://starwars.fandom.com/wiki/R2-D2%27s_battle_droid_squadron" target="_blank" class="ability infiltration" title="R2-D2 with two re-programed battle droids behind him.">
<div class="filter"></div>
<h3>INFILTRATION</h3>
</a>
<a href="https://starwars.fandom.com/wiki/R2-D2#Accessories" target="_blank" class="ability combat" title="R2-D2 showing off his gadgets">
<div class="filter"></div>
<h3>CLOSE COMBAT</h3>
</a>
<a href="https://www.reddit.com/r/FanTheories/comments/5q46t1/r2d2_is_really_the_best_pilot/" target="_blank" class="ability pilot" title="R2-D2 piloting a starship.">
<div class="filter"></div>
<h3>MASTER PILOT</h3>
</a>
<a href="https://starwars.fandom.com/wiki/Fusioncutter" target="_blank" class="ability fixer" title="R2-D2 fixing a starship.">
<div class="filter"></div>
<h3>PROFESSIONAL FIXER</h3>
</a>
</div>
</article>
<article id="Find_Me" class="findMe">
<h2>Find Me</h2>
<div class="content">
<ul class="contact">
<li><a href="tel:R2 D222 2222">R2 D222 2222</a></li>
<li><a href="mailto:r2-d2@droidsquad.tatooine">r2-d2@droidsquad.tatooine</a></li>
<li><a href="https://github.com/Rod-Freedom/C2-R2D2_Professional_Portfolio" target="_blank">GITHUB</a></li>
<li><a href="https://open.spotify.com/track/1DFXMMAcoyzk02RyOQTxIq?si=8wTvOYz2Qw2-mDVfmHSh2A" target="_blank">SPOTIFY</a></li>
</ul>
</div>
</article>
</section>
</main>
<footer>
<p>MADE BY <span><a href="https://github.com/Rod-Freedom" target="_blank">ROD</a></span> WITH CARE AND DEDICATION.</p>
</footer>
</body>
</html>