forked from MohamedMouloudj/OMC_Team1_Website_2-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Landing.html
70 lines (70 loc) · 2.24 KB
/
Landing.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
<!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">
<title>MindChat</title>
<link rel="shortcut icon" href="res/logo2.png">
<link rel="stylesheet" href="Style/Landing.css">
</head>
<body>
<header>
<figure>
<img id="Home" src="res/logo2.png" alt="MindChat logo">
<h3>MindChat</h3>
</figure>
<nav>
<a href="Landing.html">Home</a>
<a target="_self" href="About Us.html">About</a>
<button class="LogIn"><a target="_blank" href="Log In.html">Log in</a></button>
<button class="SignUp"><a target="_blank" href="Sign Up.html">Sign up</a></button>
</nav>
</header>
<main>
<div class="container1">
<div class="cntnt1">
<h1>
here we write the first headline
</h1>
<p>
here comes a brief description of the website bla bla bla
</p>
<button>
<a target="_blank" href="Sign Up.html">create an account</a>
</button>
</div>
</div>
<div class="container2">
<div>
<h2>
here we write about how its a question answer website
</h2>
<p>
here comes a brief description of the website bla bla bla
</p>
</div>
</div>
<div class="container3">
<div>
<h2>
here we write about how you can gain points ..............
</h2>
<p>
here comes a brief description of the website bla bla bla
</p>
</div>
</div>
<div class="container4">
<div>
<h2>
here we write about how its a website for usthb students only
</h2>
<p>
here comes a brief description of the website bla bla bla
</p>
</div>
</div>
</main>
</body>
</html>