-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 895 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<nav class="navbar">
<div class="logo"><a href="#"></a></div>
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#">Github Profiles</a></li>
<li><a href="#">Services</a></li>
</ul>
</nav>
<div class="col-right">
<img src="Images/WeBeginners.png" alt = "">
</div>
<div class="text-content">
<h2>Welcome to WeBeginners<br>Community</h2>
<p>Where people collaborate,learn and merging pull requests.</p>
</div>
</header>
</body>
</html>