-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
105 lines (93 loc) · 4.36 KB
/
about.html
File metadata and controls
105 lines (93 loc) · 4.36 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TPC | About Us</title>
<link rel="icon" href="images/logo.ico" sizes="16x16" type="image/png">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86415183-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Header -->
<header id="header">
<h1><a href="index.html">TPC</a></h1>
<nav id="nav">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="event.html">Events</a></li>
<li><a href="forum.html">Forum</a></li>
<li><a href="register" target="blank">Register</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major">
<h2>About Us</h2>
<p>Some in-depth detail of our work</p>
</header>
<a href="#" class="image fit"><img src="images/main1.jpg" alt="" /></a>
<p>Welcome to The Programming Club at BMSIT&M. We, at TPC as we like to call ourselves aim at providing solutions for exciting challenges that we face each day.</p>
<p>TPC aims at creating a base of strong fundamentals of basic programming by methods which are different than droning lectures.</p>
<p>To keep things competitive and spirited, there are events like Hackathons, Guest Lectures from Industrial Experts and much more.</p>
<p>What's more? We help you with ideas for mini projects and help you get through with it. We discuss new ideas and convert them into reality at this club!</p>
<p>So, if you want to showcase your inner geek or make the world better, do stop by at our session. </p>
<p>◆ Projects? ✓</p>
<p>◆ Hackathons and Guest Lectures? ✓</p>
<p>◆ New programming languages? ✓</p>
<p>◆ New ideas and easy help access? ✓</p>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<section class="4u 6u(medium) 12u$(small)">
<h3>Made with <span class="fa fa-heart pulse2"></span> at BMSIT&M</h3>
</section>
<section class="4u 6u$(medium) 12u$(small)">
<h3>Interested?</h3>
<p>Drop by at our next event</p>
</section>
<section class="4u$ 12u$(medium) 12u$(small)">
<h3>Follow Us</h3>
<ul class="icons">
<li><a href="https://www.facebook.com/theprogrammingclub/" target="blank" class="icon rounded fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="about.html/#zbwid-815dfe3e" class="icon rounded fa-envelope-o" aria-hidden="true"><span class="label">Contact Us</span></a></li>
<li><span class="label">And for all the social media freaks, we'll soon be available elsewhere</span></li>
</ul>
</section>
</div>
<ul class="copyright">
<li>© <a href="http://backbenchertech.com">BackBencher Tech.</a> All rights reserved.</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
<li>Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</div>
</footer>
<script type="text/javascript">
(function(d,s,id){var z=d.createElement(s);z.type="text/javascript";z.id=id;z.async=true;z.src="//static.zotabox.com/b/b/bb40280b9cbeaee63f28b8b786b2770c/widgets.js";var sz=d.getElementsByTagName(s)[0];sz.parentNode.insertBefore(z,sz)}(document,"script","zb-embed-code"));
</script>
</body>
</html>