-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (65 loc) · 3.35 KB
/
index.html
File metadata and controls
69 lines (65 loc) · 3.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>FrAndroid</title>
<link rel="stylesheet" href="assets/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500;900&display=swap" rel="stylesheet">
<link rel="icon" href="https://avatars.githubusercontent.com/u/70262448">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/70262448">
<meta property="og:theme-color" content="#AAA">
<meta property="og:title" content="FrAndroid">
<meta property="og:description" content="Hola, soy FrAndroid, un aficionado al software, programador principiante y diseñador de UI/UX como hobby">
<meta name="description" content="Hola, soy FrAndroid, un aficionado al software, programador principiante y diseñador de UI/UX como hobby">
</head>
<body>
<img id="background" onload="show()">
<div id="container" style="display: none;">
<div class="box personal">
<img src="https://avatars.githubusercontent.com/u/70262448" width="112px" height="112px" id="profilePicture" draggable="false" onclick="expandProfilePicture()">
<div>
<div style="display: flex">
<span style="font-weight: 900; font-size: 38px">FrAndroid</span>
<div id="status"></div>
</div>
<span style="color: #FFFB" id="lang.age">17 años</span>
<div style="display: flex; margin-top: 18px">
<img src="assets/icons/location.svg" draggable="false" style="opacity: 0.75; margin-right: 4px; filter: drop-shadow(0 4px 2px #0005)">
<span class="location" style="color: #FFFB">Córdoba, Argentina</span>
</div>
</div>
</div>
<div class="box social">
<a class="button" href="https://discordapp.com/users/493493422968274965" style="flex-grow: 1" title="Discord | @frandroidd">
<img src="assets/icons/discord.svg"></a>
<a class="button" href="https://www.youtube.com/@FrAndroidd" title="YouTube | @FrAndroidd">
<img src="assets/icons/youtube.svg">
</a>
<a class="button" href="https://steamcommunity.com/id/FrAndroidd" title="Steam | FrAndroidd">
<img src="assets/icons/steam.svg">
</a>
<a class="button" href="https://github.com/FrAndroidd" style="flex-grow: 1" title="GitHub | @FrAndroidd">
<img src="assets/icons/github.svg">
</a>
</div>
<div class="box bio">
<span id="lang.bio1"></span>
<br><hr>
<span style="color: #DDD;" id="lang.bio2"></span>
<br><br>
<span style="color: #DDD;" id="lang.bio3"></span>
</div>
</div>
<div id="miniContainer">
<div class="box" id="languageButton">
<img src="assets/icons/language.svg">
</div>
<div class="box backgroundCredits" style="padding: 6px 12px">
<span id="lang.backgroundBy"></span>
<a id="backgroundLink"></a>
</div>
</div>
<div id="imageOverlay" onclick="expandProfilePicture()" style="opacity: 0; display: none;"></div>
<script src="assets/script.js"></script>
</body>