-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocial_profile.html
168 lines (148 loc) · 5.96 KB
/
social_profile.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
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
<!DOCTYPE html>
<html>
<head>
<title>
Social Profile
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide">
<link rel="stylesheet" href="main.css">
<style>
.title_bg {
width: auto;
height: 400px;
margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
position: relative;
background-image: url('https://github.com/spawnpeekboi/spawnpeekboi.github.io/raw/main/src/bg/bg_1.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
@media only screen and (max-width: 600px) {
.title_bg {
width: auto;
height: 400px;
margin-top: 100px;
margin-left: 0px;
margin-right: 0px;
position: relative;
background-image: url('https://github.com/spawnpeekboi/spawnpeekboi.github.io/raw/main/src/bg/bg_2.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
}
.tracking-in-expand {
-webkit-animation: tracking-in-expand 5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
font-family: "Audiowide", monospace;
color: white;
position: absolute;
top: 40%;
width: 100%;
text-align: center;
}
@keyframes tracking-in-expand {
0% {
letter-spacing: -0.5em;
opacity: 0;
}
40% {
opacity: 0.6;
}
100% {
opacity: 1;
}
}
.zoom {
transition: transform .2s;
}
.zoom:hover {
-ms-transform: scale(1.2); /* IE 9 */
-webkit-transform: scale(1.2); /* Safari 3-8 */
transform: scale(1.2);
}
</style>
</head>
<body>
<div class="w3-top dark-grey">
<div class="w3-bar dark-light-grey w3-center">
<a href="https://spawnpeekboi.github.io" style="width:33.33%" class="w3-bar-item w3-button w3-mobile w3-round-large dark-light-grey">Home</a>
<a href="about" style="width:33.33%" class="w3-bar-item w3-button w3-mobile w3-round-large dark-light-grey">About</a>
<div style="width:33.33%" class="w3-bar-item w3-mobile w3-round-large w3-deep-purple">Social Profile</div>
</div>
</div>
<div class="w3-container">
<div class="title_bg ">
<h1 class="tracking-in-expand">Social Profile</h1>
</div>
</div>
<br>
<br>
<!--start of first col-->
<div class="w3-row">
<div class="w3-quarter w3-container">
<br>
</div>
<div class="w3-quarter w3-container">
<a href="https://discord.com/users/spawnpeekboi#9289" class="w3-card-4 w3-button w3-deep-purple w3-hover-deep-purple w3-padding-small w3-round-large zoom w3-margin-bottom" style="width:100%">
<div class="w3-center">
<img src="https://github.com/spawnpeekboi/spawnpeekboi.github.io/raw/main/src/card/discord_logo.png" class="w3-right w3-circle w3-margin-left w3-margin-bottom" style="width:150px">
<h3>Discord</h3>
<br>
spawnpeekboi#9289
</div>
</a>
<br>
</div>
<div class="w3-quarter w3-container">
<a href="https://steamcommunity.com/id/spawnpeekboi/" class="w3-card-4 w3-button w3-indigo w3-hover-indigo w3-padding-small w3-round-large zoom w3-margin-bottom" style="width:100%">
<div class="w3-center">
<img src="https://github.com/spawnpeekboi/spawnpeekboi.github.io/raw/main/src/card/steam_logo.png" class="w3-right w3-circle w3-margin-left w3-margin-bottom" style="width:150px">
<h3>Steam</h3>
<br>
spawnpeekboi
</div>
</a>
<br>
</div>
<div class="w3-quarter w3-container">
<br>
</div>
</div>
<!--end of first col-->
<!--start of second col-->
<div class="w3-row">
<div class="w3-quarter w3-container">
<br>
</div>
<div class="w3-quarter w3-container">
<a href="https://r6.tracker.network/profile/pc/tung_tung_chu_" class="w3-card-4 w3-button w3-teal w3-hover-teal w3-padding-small w3-round-large zoom w3-margin-bottom" style="width:100%">
<div class="w3-center">
<img src="https://github.com/spawnpeekboi/spawnpeekboi.github.io/raw/main/src/card/ubisoft_logo.png" class="w3-right w3-circle w3-margin-left w3-margin-bottom" style="width:150px">
<h3>Ubisoft</h3>
<br>
tung_tung_chu_
</div>
</a>
</div>
<div class="w3-quarter w3-container">
<a href="https://github.com/spawnpeekboi" class="w3-card-4 w3-button w3-dark-gray w3-hover-dark-gray w3-padding-small w3-round-large zoom w3-margin-bottom" style="width:100%">
<div class="w3-center">
<img src="https://github.com/spawnpeekboi/spawnpeekboi.github.io/raw/main/src/card/github_logo.png" class="w3-right w3-circle w3-margin-left w3-margin-bottom" style="width:150px">
<h3>Github</h3>
<br>
spawnpeekboi
<br>
(seriously you are looking for this?)
</div>
</a>
</div>
<div class="w3-quarter w3-container">
<br>
</div>
</div>
</body>
</html>