-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutmm.php
124 lines (121 loc) · 4.91 KB
/
aboutmm.php
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
113
114
115
116
117
118
119
120
121
122
123
124
<?php /* Template Name: About MM */ ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale-1.0">
<link href="/wp-content/themes/MindMates-wp/static/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/wp-content/themes/MindMates-wp/static/fonts/font-awesome.min.css">
<link href="/wp-content/themes/MindMates-wp/static/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/wp-content/themes/MindMates-wp/static/css/boffi.css">
<link rel="stylesheet" type="text/css" href="/wp-content/themes/MindMates-wp/static/css/style.css">
<link rel="stylesheet" type="text/css" href="/wp-content/themes/MindMates-wp/static/css/static.css">
<link rel="stylesheet" type="text/css" href="/wp-content/themes/MindMates-wp/static/css/dipaolo.css">
<link rel="stylesheet" type="text/css" href="/wp-content/themes/MindMates-wp/static/css/dipaolo2.css">
<link rel="stylesheet" type="text/css" href="/wp-content/themes/MindMates-wp/static/css/header.css">
<link rel="stylesheet" type="text/css"href="/wp-content/themes/MindMates-wp/static/css/clean-blog.css">
<link rel="stylesheet" type="text/css"href="/wp-content/themes/MindMates-wp/static/css/slides.css">
<link rel="stylesheet" type="text/css" href="/wp-content/themes/MindMates-wp/static/css/lago.css">
<link rel="stylesheet" type="text/css" href="/wp-content/themes/MindMates-wp/static/css/lago-style.css">
<script src="/wp-content/themes/MindMates-wp/static/js/main.js"></script>
<script src="https://kit.fontawesome.com/4c0b3ae1d6.js" crossorigin="anonymous"></script>
<script src="/wp-content/themes/MindMates-wp/static/js/justifier.js"></script>
<title>About MM - <?php bloginfo( 'name' ) ?></title>
</head>
<body>
<div id="sidebar-section-peripherial">
<?php get_sidebar(); ?>
<!-- <div class="rowContainer ContentPage" id="container_15714">
<div class="staticContent_Wrapper wrapper_without_nav">
<div class="static_content histoire">
$post = get_post();
echo apply_filters('the_content', $post->post_content);
</div>
</div>
</div> -->
<div id="aboutmm">
<div id="aboutmm-title">ABOUT <span class="MM redden-slides">MM</span></div>
<div id="aboutmm-location">
<span class="MM">MM</span> WAS CREATED FOR THE
<br>
<b>2020 HACKEREARTH HACKCCELERATE</b>
<br>
BY TEAM MindMates
</div>
<div id="spacing"></div>
<div id="aboutmm-aim">
<div>
<span class="MM">MM</span> AIMS TO SUPPORT
</div>
<div>
</div>
BRILLIANT
<br>
<span class="redden-slides">MINDS</span>
<div>
IN
</div>
<b>
<ul>
<li>INTERNET ACCESS NEEDS</li>
<li>DIRECT COLLABORATION AMONG STUDENTS</li>
<li>COMMUNICATION BETWEEN STUDENTS AND TEACHERS</li>
<li>CULTURAL DIVERSITY</li>
</ul>
</b>
</div>
<img id="aboutmm-logo" src="/wp-content/themes/MindMates-wp/static/img/mindmates-blue-logo.jpg">
<div id="aboutmm-idea">
<div>
BORN WITH THE IDEA OF
</div>
<div>
GIVING ACCESS
<br>
TO A
</div>
<div class="redden-slides">
DECENTRALIZED
<br>
ECOSYSTEM
</div>
<div>
WHERE <b>CREATIVE PERSONALITIES</b>
<br>
CAN MEET THEIR CLASSMATES TO
<br>
<b>GROW THEIR INNOVATIVE TALENT</b>
<br>
AND PUT IT INTO ACTION
<br>
TO BRING IDEAS INTO REALITY
</div>
</div>
<div id="aboutmm-aplacewhere">
A PLACE WHERE
</div>
<div id="aboutmm-investors">
<span>S</span>
<span>T</span>
<span>U</span>
<span>D</span>
<span>E</span>
<span>N</span>
<span>T</span>
<span>S</span>
</div>
<div id="aboutmm-come">
COME TO GET WISER
</div>
</div>
<?php get_footer(); ?>
</div>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="/wp-content/themes/MindMates-wp/static/js/jquery.js"></script>
<script src="/wp-content/themes/MindMates-wp/static/js/clean-blog.js"></script>
<script src="/wp-content/themes/MindMates-wp/static/js/sidebar.js"></script>
</body>
</html>