-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (32 loc) · 1.65 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
<!DOCTYPE html>
<html>
<head>
<title>Lastfucekr's Website</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<section class="hero is-fullheight is-dark">
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered is-centered">
<div class="column is-6">
<div class="block">
<h1 class="title is-2">Welcome to Lastfucekr's Website</h1>
</div>
<div class="block">
<h2 class="subtitle">مرحباً! I am passionate about sharing Syrian culture and heritage. Syria is home to one of the oldest civilizations in the world, with a rich history spanning over 10,000 years. Our culture is known for its warm hospitality, diverse cuisine, and beautiful traditional arts and music. Despite the challenges we've faced, Syrian people remain resilient and continue to contribute to communities worldwide.<br>
</h2>
</div>
<div class="block buttons">
<a href="https://facebook.com/"><button class="button is-white is-outlined">تابعني على فيسبوك</button></a>
<a href="https://twitter.com/"><button class="button is-white is-outlined">تابعني على تويتر</button></a>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>