-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprograms.html
More file actions
84 lines (61 loc) · 2.65 KB
/
Copy pathprograms.html
File metadata and controls
84 lines (61 loc) · 2.65 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
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Programs | PoliMedia</title>
<link rel="shortcut icon" href="assets/favicon.png" type="image/x-icon" />
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="./css/all.css">
<!-- --------- Owl-Carousel ------------------->
<link rel="stylesheet" href="./css/owl.carousel.min.css">
<link rel="stylesheet" href="./css/owl.theme.default.min.css">
<!-- ------------ AOS Library ------------------------- -->
<link rel="stylesheet" href="./css/aos.css">
<!-- Custom Style -->
<link rel="stylesheet" href="./css/Style.css">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body>
<div id="header_placeholder">
</div>
<script>
$(function(){
$("#header_placeholder").load("header.html");
});
</script>
<main>
<!-- --------------------- Blog Carousel ----------------- -->
<section>
<div class="blog">
<div class="blog">
<center><div class="BlogTitle"><h1><font color="white">PoliPrograms</font></h1>
<h3><font color="white">SUBMIT AN IDEA FOR A POLIPROGRAM!</font></h3>
</div></center>
<div class="post"><p><center>PoliPrograms are programs ran by PoliMedia that help educate children about political science, economics, history, and philosophy! <br><br>
Why create a PoliProgram?<br>
Starting a program through PoliMedia will allow you to have access to all of PoliMedia's resources and will allow you to meet people with similar interests in political science, economics, history, and philosophy! We will get you the resources and publicity to start a new project that will hopefully take off and will encourage others to take action!</center></p></div>
</div>
</div>
</section>
<!-- ----------x---------- Blog Carousel --------x-------- -->
<!-- ---------------------- Site Content -------------------------->
<section class="container">
<div class="site-content">
</div>
</section>
<!-- -----------x---------- Site Content -------------x------------>
</main>
<div id="footer_placeholder">
</div>
<script>
$("#footer_placeholder").load("footer.html");
</script>
<script src="./js/Jquery3.4.1.min.js"></script>
<script src="./js/owl.carousel.min.js"></script>
<script src="./js/aos.js"></script>
<script src="./js/main.js"></script>
</body>
</html>