-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (92 loc) · 5.32 KB
/
Copy pathindex.html
File metadata and controls
99 lines (92 loc) · 5.32 KB
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
98
99
<!DOCTYPE html>
<html>
<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,maximum-scale=1">
<title>myblog</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="main-container">
<div class="container1">
<header>
<div class="heading">
<div class="site_title">
<a class="site_title" href="index.html" id="branding">
<div>
<img src="images/logo.png" alt="" class="logo">
</div>
<!-- <div >
<h1 class="site-title">MAXIFLIX</h1>
<small class="site-description">CENTER OF HD MOVIES</small>
</div> -->
</a>
</div>
<div class="main-navigation">
<div class="nav-btn"><a class="nav-link" href="index.html">HOME</a></div>
<div class="nav-btn"><a class="nav-link" href="movies.html">MOVIES</a></div>
<div class="nav-btn"><a class="nav-link" href="contactus.html">CONTACT US</a></div>
<div class="nav-btn"><a class="nav-link" href="aboutus.html">ABOUT US</a></div>
</div>
</div>
</div>
</header><hr>
<main class="main-content">
<div>
<div class="pic-display content_div">
<div class="top-pic pic1">
<div><img src="images/pic-display/hostage.jpg" alt="" class="pic1_cont"></div>
<div><img src="images/pic-display/sweet_girl.jpg" alt="" class="pic1_cont"></div>
<div><img src="images/pic-display/the_beta_test.jpg" alt="" class="pic1_cont"></div>
<div><img src="images/pic-display/power_book_II.jpg" alt="" class="pic1_cont"></div>
</div>
<div class="bottom-pic pic1">
<div><img src="images/pic-display/a_boy_called_chrismas.jpg" alt="" class="pic1_cont"></div>
<div><img src="images/pic-display/chrismas_thieves.jpg" alt="" class="pic1_cont"></div>
<div><img src="images/pic-display/rumble.jpg" alt="" class="pic1_cont"></div>
<div><img src="images/pic-display/the_matrix_ressurection.jpg" alt="" class="pic1_cont"></div>
</div>
</div>
<div class="content_div someinfo">
<div class="more-abt-web">
<center><h1>At MAXIFLIX</h1>
<p>We bring the best of the best movie summary</p></center>
<ul>To get started, you can do either of the followings;</ul>
<ol>click the <i>movies</i> button to see several movies</ol>
<ol>select your specified genre which you wish to read a movie from, from the pages of <i>genres</i> </ol>
</div>
</div>
</div>
</main>
<hr>
<footer>
<div class="footer-container">
<div class="footer-part-content">
<div>
<h2>About Us</h2>
<ul class="footer-abt">
<ol>At Maxiflix, we want to entertain the world.</ol>
<ol>Whatever your taste, and no matter where you live,</ol>
<ol>we give you access to best-in-class movies summary.</ol>
<ol>Our members get access to this, when they want it,</ol>
<ol>with no ads, for free.</ol>
</ul>
<!-- <p class="footer-abt">
At Maxiflix, we want to entertain the world.
Whatever your taste, and no matter where you live,
we give you access to best-in-class movies summary.
Our members get access to this, when they want it,
with no ads, for free.
</p> -->
</div>
<div>
<h2>Contact Us</h2>
</div>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>