-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (89 loc) · 3.54 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
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nasheta - iGaming Content Writer Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<img src="images/logo.jpg" alt="Nasheta Logo" class="logo">
<h1>Nasheta - iGaming Content Writer</h1>
</div>
<nav>
<ul>
<li><a href="#showcase">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#samples">Samples</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section id="showcase">
<div class="container">
<h1>Welcome to My Portfolio</h1>
<p>Specializing in iGaming content, I bring casino games to life with engaging and informative articles.</p>
</div>
</section>
<section id="about" class="content container">
<h2>About Me</h2>
<p>With over 5 years of experience in the iGaming industry, I have honed my skills in crafting compelling content for online casinos, sports betting platforms, and more. My expertise lies in creating engaging articles, game reviews, and promotional content that captivates readers and drives traffic.</p>
</section>
<section id="samples" class="content container white-background">
<h2>Sample Articles</h2>
<div class="sample">
<h3>Casino Reviews</h3>
<p>Details of the sample will be included later.</p>
<i class="fas fa-dice"></i>
</div>
<div class="sample">
<h3>Sports Betting Reviews</h3>
<p>Details of the sample will be included later.</p>
<i class="fas fa-football-ball"></i>
</div>
<div class="sample">
<h3>Slots</h3>
<p>Details of the sample will be included later.</p>
<i class="fas fa-gamepad"></i>
</div>
<div class="sample">
<h3>Sweepstakes</h3>
<p>Details of the sample will be included later.</p>
<i class="fas fa-ticket-alt"></i>
</div>
<div class="sample">
<h3>Guides</h3>
<p>Details of the sample will be included later.</p>
<i class="fas fa-book"></i>
</div>
</section>
<section id="banners" class="content container">
<h2>Banners</h2>
<div class="banner">
<img src="images/banner1.jpg" alt="Banner 1">
</div>
<div class="banner">
<img src="images/banner2.jpg" alt="Banner 2">
</div>
</section>
<section id="contact" class="content container">
<h2>Contact Me</h2>
<p>If you would like to get in touch, please reach out via email at <a href="mailto:nasheta@example.com">nasheta@example.com</a> or connect with me on social media:</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/nasheta" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://www.instagram.com/nasheta" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/nasheta" target="_blank"><i class="fab fa-facebook"></i></a>
<a href="https://www.upwork.com/freelancers/~nasheta" target="_blank"><i class="fab fa-upwork"></i></a>
<a href="https://wa.me/yourwhatsappnumber" target="_blank"><i class="fab fa-whatsapp"></i></a>
</div>
</section>
<footer>
<p>Nasheta - iGaming Content Writer © 2025</p>
</footer>
</body>
</html>