forked from subhamX/enactus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
117 lines (113 loc) · 5.61 KB
/
blog.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
113
114
115
116
117
<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>ENACTUS | IIT Ropar</title>
<link rel="shortcut icon" href="assets/img/icon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel='stylesheet' type='text/css' href='assets/css/style.css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700" rel="stylesheet">
<script src="assets/js/main.js"></script>
</head>
<body>
<!-- NAVBAR BEGIN -->
<div class="navbar-fixed">
<nav style="background: #232D39">
<div class="nav-wrapper container">
<a href="index.html" class="brand-logo"><img src="assets/img/home-logo.png" height="50px"></a>
<a href="#" data-target="mobile-links" class="sidenav-trigger hide-on-large-and-up"><i class="material-icons">menu</i></a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href='about.html'>ABOUT</a></li>
<li><a href='index.html#section1'>PROJECTS</a></li>
<li><a href='#'>BLOG</a></li>
<li><a href='gallery.html'>GALLERY</a></li>
<li><a href='mailto:[email protected]'>CONTACT</a></li>
</ul>
</div>
</nav>
<!-- NAVBAR END -->
</div>
<!-- MOBILE NAVBAR BEGIN -->
<ul class="sidenav" id="mobile-links">
<li><a href='about.html'>ABOUT</a></li>
<li><a href='index.html#section1'>PROJECTS</a></li>
<li><a href='#'>BLOG</a></li>
<li><a href='gallery.html'>GALLERY</a></li>
<li><a href='mailto:[email protected]'>CONTACT</a></li>
</ul>
<!-- MOBILE NAVBAR END -->
<iframe src="http://enactusiitropar.blogspot.com/" frameborder="0" height=100% width=100% style="background:url(../assets/img/loader.gif) center center no-repeat;"><center><h1>There was some trouble displaying this content.</h1></center></iframe>
<!-- FOOTER BEGIN -->
<footer class="page-footer" style="background: #232D39">
<div class="container">
<div class="row">
<div class="col s12 center">
<h5 class="white-text"><b>ENACTUS IIT ROPAR</b></h5>
</div>
<div class="col s6 m3">
<h5 class="white-text">WHO WE ARE</h5>
<ul>
<li>
<a href="team.html" hidefocus="true" style="outline: none;">Our Team</a>
</li>
<li>
<a href="about.html" hidefocus="true" style="outline: none;">Our Mission</a>
</li>
<li>
<a href="mailto:[email protected]" hidefocus="true" style="outline: none;">Contact</a>
</li>
</ul>
</div>
<div class="col s6 m3">
<h5 class="white-text">WHAT WE DO</h5>
<ul>
<li>
<a href="index.html#section1" hidefocus="true" style="outline: none;">Projects</a>
</li>
<li>
<a href="gallery.html" hidefocus="true" style="outline: none;">Gallery</a>
</li>
<li>
<a href="blog.html" target="_blank" hidefocus="true" style="outline: none;">Blog</a>
</li>
</ul>
</div>
<div class="col s6 m3">
<h5 class="white-text">OTHER USEFUL LINKS</h5>
<ul>
<li>
<a href="http://www.enactusindia.org/index.php" target="_blank" hidefocus="true" style="outline: none;">Enactus India</a>
</li>
<li>
<a href="http://enactus.org/" target="_blank" hidefocus="true" style="outline: none;">Enactus International</a>
</li>
</ul>
</div>
<div id='footer-img' class="col s6 m3">
<h5 class="white-text">OUR PARTNERS</h5>
<img src="assets/img/footer/walmart.png" width="120px" width="wrap_content">
<br>
<img src="assets/img/footer/solarwaale.png" width="140px">
<br>
<img src="assets/img/footer/kpmg.png" width="100px">
<br>
<br>
<img src="assets/img/footer/Rotary.png" width="90px">
</div>
</div>
</div>
<div class="footer-copyright center">
<div class="container">
© All Rights Reserved. <br><span class='white-text'>Made With Love By Technical Team, Enactus IIT Ropar</span>
</div>
</div>
</footer>
<!-- FOOTER END -->
</body>
</html>