-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
79 lines (74 loc) · 4.88 KB
/
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
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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" href="https://raw.githubusercontent.com/Nikitha2309/Girl-Script-Education-Outreach-Website/master/assets/1_Header_Logo_1.png">
<link rel="apple-touch-icon" sizes="57x57" href="https://raw.githubusercontent.com/Nikitha2309/Girl-Script-Education-Outreach-Website/master/assets/1_Header_Logo_1.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://raw.githubusercontent.com/Nikitha2309/Girl-Script-Education-Outreach-Website/master/assets/1_Header_Logo_1.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://raw.githubusercontent.com/Nikitha2309/Girl-Script-Education-Outreach-Website/master/assets/1_Header_Logo_1.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://raw.githubusercontent.com/Nikitha2309/Girl-Script-Education-Outreach-Website/master/assets/1_Header_Logo_1.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://raw.githubusercontent.com/Nikitha2309/Girl-Script-Education-Outreach-Website/master/assets/1_Header_Logo_1.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://raw.githubusercontent.com/Nikitha2309/Girl-Script-Education-Outreach-Website/master/assets/1_Header_Logo_1.png">
<link rel="apple-touch-icon" sizes="152x152" href="/wp-content/themes/thirty/img/icons/favicon-152.png">
<meta name="application-name" content="GSEOP">
<meta name="msapplication-TileImage" content="https://raw.githubusercontent.com/Nikitha2309/Girl-Script-Education-Outreach-Website/master/assets/1_Header_Logo_1.png">
<meta name="msapplication-TileColor" content="#2A2A2A">
<meta name="description" content="GirlScript Education Outreach Program">
<!-- owl-crousel-stylesheet -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./css/index.css" />
<link rel="stylesheet" href="./css/1_Header.css" />
<link rel="stylesheet" href="./css/2_Description.css" />
<link rel="stylesheet" href="./css/3_About.css" />
<link rel="stylesheet" href="./css/4_Aim.css" />
<link rel="stylesheet" href="./css/5_Stats.css" />
<link rel="stylesheet" href="./css/6_Mentors.css" />
<link rel="stylesheet" href="./css/7_Courses.css" />
<link rel="stylesheet" href="./css/8_Register.css" />
<link rel="stylesheet" href="./css/9_Sponsors.css" />
<link rel="stylesheet" href="./css/10_Testimonials.css" />
<link rel="stylesheet" href="./css/11_FAQ.css" />
<link rel="stylesheet" href="./css/12_Footer.css" />
<title>GirlScript Education Outreach Program</title>
</head>
<body>
<div id="myModal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<h4><b>Upcoming Courses</h4></p>
<div class="slider">
<img src="./assets/searching_sorting.png" class="pop-up-img">
</div>
<a href="#COURSES" onclick="setTimeout(modalClose, 1000)"><button><p>Register Now</p></button></a>
</div>
</div>
<div data-include="./html/1_Header.html"></div>
<div data-include="./html/2_Description.html"></div>
<div data-include="./html/3_About.html" id="ABOUT_US"></div>
<div data-include="./html/4_Aim.html"></div>
<div data-include="./html/5_Stats.html"></div>
<div data-include="./html/6_Mentors.html"></div>
<div data-include="./html/7_Courses.html" id="COURSES"></div>
<div data-include="./html/8_Register.html"></div>
<div data-include="./html/9_Sponsors.html"></div>
<div data-include="./html/10_Testimonials.html"></div>
<div data-include="./html/11_FAQ.html" id="FAQ"></div>
<div data-include="./html/12_Footer.html" id="CONTACT"></div>
<!-- jQuery cdn link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- owl-crousel-cdn-link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"
integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript" src="./js/index.js"></script>
<script type="text/javascript" src="./js/1_Header.js"></script>
<script type="text/javascript" src="./js/10_Testimonial.js"></script>
</body>
</html>