forked from uietcsw/uietcsw.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex
More file actions
94 lines (77 loc) · 3.77 KB
/
index
File metadata and controls
94 lines (77 loc) · 3.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--META TAGS-->
<meta charset=utf-8>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--FAVICON-->
<link rel="shortcut icon" href="resources/favicon/favicon.ico" type="image/x-icon">
<link rel="icon" href="resources/favicon/favicon.ico" type="image/x-icon">
<!--TITLE-->
<title>Home | UIETCSW — Confederate of Student Welfare | University Institute of Engineering & Technology</title>
<!--STYLESHEETS-->
<link rel="stylesheet" type="text/css" href="resources/css/main.css" media="all">
<link rel="stylesheet" type="text/css" href="resources/css/pure-min.css" media="all">
<link rel="stylesheet" type="text/css" href="resources/css/responsive.css" media="all">
<!--ICON FONT STYLESHEET-->
<link rel="stylesheet" href="resources/css/icon-font.min.css">
<!--Fallback for IE-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="resources/js/jquery.min.js"></script>
<script src="resources/js/script.js"></script>
</head>
<body>
<div class="loader"></div>
<nav class="clearfix">
<ul class="clearfix">
<a href="./index.html">
<li>Home</li>
</a>
<a href="./assets">
<li>Resources</li>
</a>
<a href="./contact.html">
<li>Contact</li>
</a>
</ul>
</nav>
<div class="container clearfix">
<section>
<h1 class="big">
<a href="./index.html"><span>~_~</span> CSWUIET</a>
</h1>
<div class="hero">
<h3 class="set-def--blue">
Confederate of Student Welfare
</h3>
<h3 class="set-def--pink">
University Institute of Engineering & Technology
</h3>
</div>
</section>
<div class="wtf set-width-70">
~ The confederate was formed in 2017 by a group of anonymous friends who came together to a solution to rescue our fellow juniors.
<br>
<br> ~ We at the confederate provide useful resources such as previous year question papers, workshop materials and other blah bleh shit to help freshers work around. Soon we will be uploading pdfs of books being taught in the class.
<br>
<br> ~ Everything available here is free-of-cost for personal use but redistribution in any media form is not allowed. Please contact us for redistribution license.
</div>
</div>
<footer>
<div class="exit">
Copyright © UIETCSW 2017
<br>University Institute of Engineering and Technology
<br>Chandigarh, India
<br>Made using <a href="http://purecss.io" target="_blank">PureCSS</a>
</div>
</footer>
<!--WEB SCRIPT OPTIMIZATION-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</body>
</html>