-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (65 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="image/mik 2 copy.png">
<link rel="stylesheet" href="style.css">
<title>HD Movie gallery</title>
</head>
<body>
<header>
<div class="logo">
<h1>HD</h1>
<h2>Movie Gallery</h2>
</div>
<form id="form">
<input type="text" id="search" class="search" placeholder="search">
</form>
</header>
<main id="main"></main>
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title"> </h2>
<div class="contact-content">
<div class="column left">
<div class="text"> ፊልም ያስጭኑ</div>
<p> የፈለጉትን ፊልም ያስጭኑ! ሁሌም ፊልም አለ ሁሌም ደስታ አለ።</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head"><b>እኛ</b></div>
<div class="sub-title">HD ፊልም ጋለሪዎች ነን!</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head"><b>አድራሻ</b></div>
<div class="sub-title">ዶዶላ ከ ሮዝ ሆቴል ፊትለፊት እንገኛለን። </div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head"><b>ስልክ</b></div>
<div class="sub-title">0932215656<br>0924054162</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
<p>HD Movie Gallery</p>
<p>THANK YOU FOR USING</p>
<p class="end">Created By <button> <a href="https://t.me/mikigode" >Miki Gode</button></p>
</footer>
<script src="script.js"></script>
</body>
</html>