-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (84 loc) · 3.18 KB
/
index.html
File metadata and controls
90 lines (84 loc) · 3.18 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
85
86
87
88
89
90
<!DOCTYPE HTML>
<!--
Linear by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>GLUG DSCE</title>
<link rel="icon" type="image/ico" href="images/favicon.ico">
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
</head>
<body class="homepage">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<div id="logo">
<br/><br/><br/><br/><br/><h3><a href="#">GNU/Linux Users' Group of DSCE</a></h3>
</div>
</div>
</div>
<!-- Featured -->
<div id="featured">
<div class="container">
<header>
<h2>Welcome to GLUG DSCE</h2>
</header>
<p> We are an Awesome group of students from Dayananda Sagar College of Engineeing who use, share, contribute to Free Software.</p>
<hr />
<div class="row">
<section class="4u">
<span class="pennant"><span class="fa fa-briefcase"></span></span>
<h3>Lorem Ipsum</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it.</p>
<a href="#" class="button button-style1">Read More</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-lock"></span></span>
<h3>Lorem Ipsum</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it.</p>
<a href="#" class="button button-style1">Read More</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-globe"></span></span>
<h3>Lorem Ipsum</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it.</p>
<a href="#" class="button button-style1">Read More</a>
</section>
</div>
</div>
</div>
<!-- Tweet -->
<div id="tweet">
<div class="container">
<section>
<blockquote>Free Software is future... Future is ours...</blockquote>
</section>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<section>
<header>
<h2>Get in touch</h2>
<span class="byline">Join us to spread Free Software</span>
</header>
<ul class="contact">
<li class="active"><a href="https://facebook.com/glugdsce" class="fa fa-facebook"><span>Facebook</span></a></li>
<li><a href="mailto:glugdsce@gmail.com" class="fa fa-envelope"><span>Google+</span></a></li>
</ul>
</section>
</div>
</div>
</body>
</html>