-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (80 loc) · 3.56 KB
/
Copy pathindex.html
File metadata and controls
80 lines (80 loc) · 3.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<title>RefugeeBytes</title>
</head>
<body>
<header>
<div id="header-content">
<h1>Welcome to RefugeeBytes</h1>
<p>
Welcome to our community of student refugees, Our focus is to learn
programming and use our skills to advance technology and also use this
knowledge to reach our fellow refugees.
</p>
<p>
Join us in this journey, explore our other commitments on this website
and help us in whatever ways you can.
</p>
<span id="header-link">
<a href="#" class="blue-bg-link">Join Us</a>
<a href="#" class="white-bg-link">Learn More</a>
</span>
</div>
</header>
<main>
<div class="main-content">
<span><img src="images/commited.svg" alt="committed_and_focused_image"></span>
<span>
<h2>Committed & Focused</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p><!-- -->
</span>
</div>
<div class="main-content">
<span><img src="images/code.png" alt="we_can_code_image"></span>
<span>
<h2>We can code</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>
</span>
</div>
<div class="main-content">
<span><img src="images/partner.svg" alt="we_teach_each_other_image"></span>
<span>
<h2>We teach each other</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>
<a href="#" class="blue-bg-link">Learn More</a>
</span>
</div>
</main>
<footer>
<span>
<p class="copyright">©2024 RefugeeBytes</p>
<a href="#" class="join-us blue-bg-link">Join us</a>
</span>
<span>
<ul>
<li class="for-left">
<a href="index.html">Home</a>
<a href="#">About</a>
<a href="#">Contact</a>
</li>
<li class="footer-icons for-right">
<a href="#"><img src="images/icons/facebook.svg" alt="facebook_icon"></a>
<a href="#"><img src="images/icons/linkedin.svg" alt="linkedIn_icon"></a>
<a href="#"><img src="images/icons/twitter.svg" alt="twitter_icon"></a> <a href="#"><img src="images/icons/youtube.svg" alt="youtube_icon"></a>
<a href="#"><img src="images/icons/instagram.svg" alt="instagram_image"></a>
</li>
</ul>
</span>
</footer>
</body>
</html>