-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutoring4yemen.html
112 lines (90 loc) · 4.08 KB
/
tutoring4yemen.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
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
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173464330-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-173464330-1');
</script>
<title>Projects - BAY4J</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel='icon' href='images/favicon6.png' type="">
<link rel="stylesheet" href="css/custom-bs.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/line-icons/style.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div> <!-- .site-mobile-menu -->
<!-- NAVBAR -->
<script language="javascript" type="text/javascript" src="header.txt"></script>
<!-- HOME -->
<section class="home-section section-hero overlay slanted" id="home-section"
style="background-image: url('images/t4y.jpg');">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-11 text-center">
<h1 style="font-family:'Josefin Sans', sans-serif;font-size:60px;color:#EED7A3;font-weight:10">
Tutoring4Yemen</h1>
<div class="mx-auto w-75">
<p></p>
</div>
</div>
</div>
</div>
<a href="#next-section" class="scroll-button smoothscroll">
<span style="color:black" class="icon-keyboard_arrow_down"></span>
</a>
</section>
<section class="site-section" id="next-section" style="background-color: white;">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-5 mb-lg-0">
<a href="">
<img src="images/education.jpg" alt="Image" class="img-fluid img-shadow">
</a>
</div>
<div class="col-lg-5 ml-auto">
<h2 style="font-family:'Josefin Sans', sans-serif; color:#E8AC2A;" class="section-title mb-3"><a
href="" style="color:#E8AC2A; text-decoration: none">In progress...</a></h2>
<p style="color:#3D4236;" class="lead">More information to come.<br> Stay tuned!</p>
</div>
</div>
</div>
</section>
<!-- ABOUT US -->
<script language="javascript" type="text/javascript" src="footer.txt"></script>
</div>
<!-- SCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/stickyfill.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>