-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (66 loc) · 5.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="https://sametaor.vercel.app" target="_blank">
<title>Sametaor's World</title>
<link rel="icon" target="popup" href="https://gravatar.com/userimage/193239741/55ec01d0b6fda99ad98d03ee00641930.jpeg?size=1080">
<link rel="stylesheet" type="text/css" href="styles.css"/>
<link rel="stylesheet" type="text/css" href="https://www.nerdfonts.com/assets/css/webfont.css"/>
<script type="text/javascript" src="/js/scripts.js"></script>
</head>
<body>
<div class="topnav" id="myTopnav">
<a href="index.html" target="_self" class="active"><i class="nf nf-fa-home"></i> Home</a>
<a href="bio/bio.html" target="_self"><i class="nf nf-fa-book"></i> Biography</a>
<a href="projects/projects.html" target="_self"><i class="nf nf-oct-project_roadmap"></i> Projects</a>
<div class="dropdown">
<button class="dropbtn"><i class="nf nf-md-tennis_ball"></i> Hobbies <i class="nf nf-fa-caret_down"></i>
</button>
<div class="dropdown-content">
<a href="hobbies/hobbies.html" target="_self"><i class="nf nf-md-cricket"></i> My Hobbies</a>
<a href="hobbies/gaming/gaming.html" target="_self"><i class="nf nf-md-gamepad_variant"></i> Gaming</a>
<a href="hobbies/tech/tech.html" target="_self"><i class="nf nf-md-monitor_dashboard"></i> Tech</a>
<a href="hobbies/music/music.html" target="_self"><i class="nf nf-fa-music"></i> Music</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn"><i class="nf nf-oct-people"></i> Socials <i class="nf nf-fa-caret_down"></i>
</button>
<div class="dropdown-content">
<a href="socials/socials.html" target="_self"><i class="nf nf-md-crowd"></i> My Socials</a>
<a href="socials/youtube.html" target="_self"><i class="nf nf-md-youtube"></i> Youtube</a>
<a href="socials/twitterx.html" target="_self"><i class="nf nf-fa-twitter"></i> Twitter(X)</a>
<a href="socials/twitch.html" target="_self"><i class="nf nf-fa-twitch"></i> Twitch</a>
</div>
</div>
<a href="javascript:void(0);" class="icon" target="_self" onclick="myFunction()">☰</a>
</div>
<br>
<br>
<br>
<center><img title="The McLaren 720s" class="avatar" src="https://gravatar.com/userimage/193239741/55ec01d0b6fda99ad98d03ee00641930.jpeg?size=1080"></center>
<center><h1 class="heading">Sametaor's World</h1></center>
<!--<hr style="width:75%;border-radius:100%;border:2.5px solid rgb(12, 165, 220)">-->
<center><i class="nf nf-md-drag_horizontal_variant"></i><i class="nf nf-md-drag_horizontal_variant"></i><i class="nf nf-md-drag_horizontal_variant"></i><i class="nf nf-md-hexagon_slice_6"></i><i class="nf nf-md-drag_horizontal_variant"></i><i class="nf nf-md-drag_horizontal_variant"></i><i class="nf nf-md-drag_horizontal_variant"></i></center>
<center><h3>Welcome to my website!</h3></center>
<center><p class="mainContent">Lorem ipsum dolor sit amet consectetur adipisicing elit. Maiores perferendis corrupti deserunt rem, inventore quibusdam aut dignissimos expedita soluta itaque, temporibus necessitatibus amet. Totam iste tempore temporibus at quidem veritatis!</p></center>
<center><h3>Who I am</h3></center>
<center><h3>What I do</h3></center>
<center><h3>Areas of Interests</h3></center>
<center><h3>Skills</h3></center>
<center><h3>My Journey on the Internet</h3></center>
<div class="socials"><center><a target="popup" type="button" href="https://youtube.com/@sametaor"><button class="ytbtn"><img height=45px src="https://img.icons8.com/3d-fluency/100/youtube-play.png"/></button></a>
<a target="popup" type="button" href="https://steamcommunity.com/id/sametaor"><button class="stmbtn"><img height="45px" src="https://img.icons8.com/3d-fluency/100/steam-circled.png"/></button></a>
<a target="popup" type="button" href="https://soundcloud.com/sametaor"><button class="sndbtn"><img height="45px" src="https://img.icons8.com/3d-fluency/100/soundcloud.png"/></button></a>
<a target="popup" type="button" href="https://twitter.com/sametaor"><button class="xbtn"><img height="45px" src="https://img.icons8.com/3d-fluency/100/twitter-circled.png"/></button></a>
<a target="popup" type="button" href="https://twitch.tv/sametaor"><button class="twitchbtn"><img height="45px" src="https://img.icons8.com/3d-fluency/100/twitch.png"/></button></a>
<a target="popup" type="button" href="https://github.com/sametaor"><button class="ghbtn"><img height="45px" src="https://img.icons8.com/3d-fluency/100/github.png"/></button></a>
<a target="popup" type="button" href="https://reddit.com/user/sametaor"><button class="redditbtn"><img height="45px" src="https://img.icons8.com/3d-fluency/100/reddit.png"/></button></a>
<a target="popup" type="button" href="https://open.spotify.com/user/zc72jfyu61f2weqylj85pc5er?si=eebc2f05abb44a67"><button class="spotbtn"><img height="45px" src="https://img.icons8.com/3d-fluency/100/spotify.png"/></button></a>
<a target="popup" type="button" href="https://www.gog.com/u/sametaor"><button class="gogbtn"><img height="45px" src="https://img.icons8.com/fluency/100/gog-galaxy--v2.png"/></button></a>
<a target="popup" type="button" href="https://stackoverflow.com/users/16008830/sametaor"><button class="stackobtn"><img height="45px" src="https://img.icons8.com/fluency/100/stackoverflow.png"/></button></a>
<a target="popup" type="button" href="https://stackexchange.com/users/21694727/sametaor"><button class="stackxbtn"><img height="45px" src="https://img.icons8.com/fluency/100/stackexchange.png"/></button></a></div>
</body>
</html>