-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (47 loc) · 2.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main</title>
<link rel="stylesheet" href="static/styles/style.css">
</head>
<body>
<style>
body {
background-image: url('static/images/cloud-normal.png');
}
</style>
<div class="main-container">
<div class="Left_section">
<h1>Welcome on my Website</h1>
<div class="Welcome_text">
<h2>My name is <span style="color: darkblue;">qqwince</span></h2>
<h2>Some usefull links below</h2>
</div>
<ul style="list-style-type: none;">
<li><a class="urltext" style="color: rgb(255, 255, 255); background-color: rgb(131, 68, 170); padding-left: 3px; padding-right: 10px; border-radius: 3px;" href="https://github.com/qqwince"
target="_blank">GitHub</a></li>
<li><a class="urltext" style="color: rgb(255, 255, 255); background-color: blue; padding-left: 2px; padding-right: 1px;"
href="https://vk.com/music/playlist/522437840_2_1c2c823abdb9fb5d5f" target="_blank">VK </a><a
class="urltext" style="color: rgb(255, 255, 255); background-color: dodgerblue; padding-left: 4px;padding-right: 4px; margin: -1px;"
href="https://vk.com/music/playlist/522437840_2_1c2c823abdb9fb5d5f" target="_blank">Music</a>
</li>
<li><a class="urltext" style="color: rgb(0, 0, 0); margin-right: 0px;"
href="https://www.youtube.com/@qqwince/featured" target="_blank">You</a><a class="urltext"
style="color: rgb(255, 255, 255); background-color: red; border-radius: 5px;padding-right: 4px;"
href="https://www.youtube.com/@qqwince/featured" target="_blank">Tube</a> </li>
<li><a class="urltext" style="color: rgb(255, 255, 255); background-color: rgb(0, 187, 255); padding-left: 8px; padding-right: 12px;border-radius: 5px; padding-bottom: 4px; font-style: normal;" href="https://t.me/qqwince"
target="_blank">Telegram</a></li>
</ul>
</div>
<div class='Right_section'>
<img class="avatar" src="static/images/pirate_love.jpg" alt="serega">
<div class="Bottom_section">
<a style="color: rgb(229, 185, 84); font-style: normal;" class= urltext href="Film_rating.html" target="_blank">Film Rating ⭐</a>
<a style="color: rgb(0, 0, 0); font-style: normal" class= urltext href="EZType.html" target="_blank">EZType ⌨️⌚</a>
</div>
</div>
</div>
</body>
</html