-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (80 loc) · 3.51 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
<!DOCTYPE html>
<html>
<head>
<title>
丅𝓇𝒶𝒹𝑒 乂
</title>
<link rel="icon" href="https://cdn.discordapp.com/attachments/1023938134129516574/1090946811071578154/rtx_circle.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<header>
<h1>丅𝓇𝒶𝒹𝑒 乂</h1>
<nav>
<ul>
<li><a href="#">Strona główna</a></li>
<li><a href="#">Discord</a></li>
<li><a href="#">🔴 Live Stream</a></li>
<li><a href="#">Kontakt</a></li>
</ul>
</nav>
</header>
<main>
<section class="hero">
<h2>丅𝓇𝒶𝒹𝑒 乂</h2>
<p>Przedsiębiorca • Crypto Trader • Twórca YouTube</p>
<a href="#about" class="button">Learn More</a>
</section>
<section class="about-me">
<h2>O mnie</h2>
<div class="about-me-content">
<div class="about-me-text">
<p>Hello, I'm Shiva! I'm a gamer and coder. I have a passion for playing games and creating different types of projects. I specialize in HTML, CSS, and JavaScript, C lang and I'm always learning new technologies and techniques to improve my skills.</p>
<p>When I'm not coding, you can usually find me on discord, reading books, or trying out new restaurants with friends. I'm always up for a good adventure!</p>
</div>
<div class="about-me-image">
<img src="https://cryptostasiak.pl/imensoot/Discord-logo.png" alt="Profile Picture">
</div>
</div>
</section>
<section class="games">
<h2>Featured Games</h2>
<ul>
<li>
<img src="https://cryptostasiak.pl/imensoot/elementor/thumbs/TradingView-q10176oyqgbgermfpbpks18kk1hw10e7e4xum6hurg.png" alt="Image description">
<h3>Valorant</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</li>
<li>
<img src="https://cdn.discordapp.com/attachments/1023938134129516574/1090915761595371580/1108907.jpg" alt="Game 2">
<h3>Genshin Impact</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</li>
<li>
<img src="https://cryptostasiak.pl/imensoot/elementor/thumbs/ByBit-q10169skveb0ca07fg8w3h73f4zz6g40e3esbf4crk.png" alt="Game 3">
<h3>Fortnite</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</li>
<li>
<img src="https://cdn.discordapp.com/attachments/1023938134129516574/1090927226637262920/941884.jpg" alt="Game 3">
<h3>PUBG</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</li>
</ul>
</section>
<div class="floating-social-media">
<ul>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://github.com/TradesX"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.youtube.com/@-Trade.X"><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
</main>
<footer>
<p>© 2023 丅𝓇𝒶𝒹𝑒 乂. Wszelkie prawa zastrzeżone.</p>
</footer>
</body>
</html>