-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (153 loc) · 4.87 KB
/
index.html
File metadata and controls
173 lines (153 loc) · 4.87 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CodeLibrary</title>
<link type="text/css" rel="stylesheet" href="styles/main.css"/>
<link type="text/css" rel="stylesheet" href="styles/contStyles.css"/>
</head>
<body>
<header>
<div id="head_container">
<div id="high_head"/>
<div class="company">
<h2 style="color:#306"><a href="index.html">CodeLibrary</a></h2>
</div>
<div class="search">
<div class="main_nav">
<div class="btn"><a href="team.html">About Us</a></div>
<div class="btn"><a href="courses/courses.php">Courses</a></div>
<div class="btn"><a href="downloads/downloads.html">Downloads</a></div>
<div class="btn"><a href="feedback/feed.html">Contact Us</a></div>
</div>
<div class="srch_btn"></div>
</div>
</div>
<nav>
<!--My main navigation goes here-->
</nav>
</div>
</header>
<div id="container" style="background-color:#eee">
<div class="left">
<section class="left_top">
<h3>About</h3>
<h1>CodeLibrary</h1>
<p>
Hello friends! Welcome to Code Library!
<br>
Many a times(Especially before exams!) we struggle to understand important topics in various subjects that we have. Well here we try and sort these issues in the best possible ways we could and try to make your life easy.
<br><br>
Even we are trying to learn and in during this process even we may commit some mistakes. If you find any such errors feel free to Contact Us!
<br><br>
We welcome students from all departments to share their knowledge and their interests and help their peers in this process!
<br>
So Let's Begin!
</p>
</section>
<section class="left_bottom">
<h4>Most Popular</h4>
</section>
</div>
<div class="center" >
<section id="cont_header_img">
<img src="images/header.jpg"/>
</section>
<section class="cont_bottom">
<h3 align="center">Upcoming Events:</h3></section>
</div>
<aside class="right">
<article class="info_box"></article>
<article class="right_top">
<h4 style="color:#FFF;">HIGHLIGHTS</h4>
<div class="high_box">
<div class="high_box_img">
<a href="articles/articles.php"> <img src="images/html.jpg"></a>
</div>
<div class="high_details">
<h5>How To Program? </h5>
<p>- By Utkarsh Garg</p>
</div>
</div>
<div class="high_box">
<div class="high_box_img">
<a href="articles/GRE.php"> <img src="images/html.jpg"></a>
</div>
<div class="high_details">
<h5>The 7-Step Guide for GRE</h5>
<p>- By Sahil Thapar</p>
</div>
</div>
</aside>
</div>
<!--
<div class="big bg_grey ">
<div class="small bg_grey">
<div class="small_left"></div>
<div class="small_right"></div>
</div>
</div>
-->
<footer>
<div id="foot_container">
<section class="footer_box">
<h5>About Us</h5>
<ul>
<li>Who we are?</li>
<li>Our Team</li>
<li>Contribute </li>
<li>Blog</li>
<li>Whats Next</li>
</ul>
</section>
<section class="footer_box">
<h5>Why Join Us?</h5>
<ul>
<li>Benefits</li>
<li>Testimonials</li>
</ul>
</section>
<section class="footer_box">
<h5>Courses</h5>
<ul>
<li>C++</li>
<li>Java</li>
<li>Python</li>
<li>More</li>
</ul>
</section>
<section class="footer_box">
<h5>Downloads</h5>
<ul>
<li>Networks Lab</li>
<li>Java Lab</li>
<li>Data Structure Lab</li>
<li>AI Lab</li>
</ul>
</section>
<section class="footer_box">
<h5>Support</h5>
<ul>
<li>FAQ's</li>
<li>Contact Us</li>
<li>Feedback</li>
</ul>
</section>
<section class="footer_box">
<h5>Follow Us</h5>
</section>
</div>
</footer>
<div id="copyright">
<div id="foot_container">
<div class="copy_container">
</div>
<div class="copy_container" style="margin-left:100px;">
<h6 style="font-weight:lighter; margin-top:3px ; text-align:center; float:left">© 2014 CodeLibrary, Inc. All Rights Reserved</h6>
</div>
<div class="copy_container " style=" padding:0px; width:300px">
</div>
</div>
</div>
</body>
</html>