-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (99 loc) · 4.35 KB
/
index.html
File metadata and controls
114 lines (99 loc) · 4.35 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Homepage | Blogit </title>
<link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" >
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapisa.com">
<link type="text/css" rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>
<nav id="navbar">
<div class="nav-logo">
<h1>BLOG<span class="text-primary">it.</span></h1> </div>
<div id="nav-menu">
<a href="community.php">Community</a>
<a href="login.php" class="btn">Login</a>
<a href="registration.php" class="btn">Signup</a>
</div>
</nav>
<header id="showcase">
<div class="showcase-container">
<div class="showcase-content">
<h2>WELCOME TO <span id="pagename">BLOG</span><span class="text-secondary">it.</span> WHERE YOU CAN</h2>
<h1 class="l-heading">PUBLISH <br>YOUR <br>PASSION</h1>
<!-- <a href="#about-us" class="btn">Read More</a>-->
</div>
</div>
</header>
<div class="container2">
<section id="about-us">
<h2>ABOUT US</h2>
<p>
A New Zealand online content management system which enables multi-user blogs with time-stamped entries. Google hosts the blogs, which can be accessed by a user anytime, anywhere by using any browswer. Blogit also enabled users to publish blogs and save as draft. Blogit has a wide international user base and is available in more than 60 languages, despite its decline in popularity in the United States.<br><br>
</p>
</section>
<section class="testimonials-content" >
<h2 class="text-primary">OUR TEAM</h2>
<div class="testimonials">
<div class="box">
<img src="images/Anna-CEO2.png" alt="Anna - CEO">
<h3>Anna Mcberth</h3>
<p>A computer scientist and data manager</p>
</div>
<div class="box">
<img src="images/Kelvin-CEO1.png" alt="Kelvin - CEO">
<h3>Kelvin Mensah - CEO</h3>
<p> Creator of the backend and frontend</p>
</div>
<div class="box">
<img src="images/George-CEO3.png" alt="John Doe - CEO">
<h3>John Doe</h3>
<p>A computer scientist and data analyst</p>
<p>
</p>
</div>
</div>
</section>
<section>
<h2 class="text-primary">HOW DOES IT WORK?</h2>
<div class="howworks">
<div class="works-content-1">
<div class="works-box">
<img src="images/1.png" alt="Point 1">
<p><span class="text-secondary">CREATE A BLOG TOPIC</span><br> Decide to create your first blog</p>
</div>
<div class="works-box">
<img src="images/2.png" alt="Point 2">
<p><span class="text-secondary">MAKE AN ENTRY</span> <br>Then go ahead and make an entry. When an entry is made, you can either choose to preview, publish or save as draft </p>
</div>
<div class="works-box">
<img src="images/3.png" alt="Point 3">
<p><span class="text-secondary">PREVIEW</span> <br>You can preview it unto a page to see how it looks.</p>
</div>
<div class="works-box">
<img src="images/4.png" alt="Point 4">
<p><span class="text-secondary">PUBLISH</span> <br>You can publish it unto a page if you are satisfied.</p>
</div>
<div class="works-box">
<img src="images/5.png" alt="Point 5">
<p><span class="text-secondary">SAVE TO DRAFT</span><br>You can save it as draft and edit it later.</p>
</div>
</div>
<!-- <div class="works-content-2"> -->
<img class="works-content-2" src="images/Computer.png" alt="Computer picture" >
<!-- </div> -->
</div>
</section>
</div>
<!-- Footer -->
<footer class="footer ">
<div class="container">
<p>Copyright; <script>document.write(new Date().getFullYear())</script> All Rights Reserved</p>
</div>
</footer>
<script src="js/scroll.js"></script>
</body>
</html>