-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
128 lines (123 loc) · 5.43 KB
/
index.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
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kanvas | Techspardha 2017</title>
<meta name="description" content="Show your creativity. Participate in Web-design, Poster-design, Photography or Caption-writing" />
<meta name="robots" content="index, follow" />
<link rel="author" href="http://gawds.in" />
<meta name="author" content="gawds" />
<meta property="og:title" content="Kanvas | Techspardha 2016" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://www.techspardha.org/kanvas/images/thumbnail.png" />
<meta property="og:url" content="http://techspardha.org/kanvas" />
<meta property="og:description"
content="Show your creativity. Participate in Web-design, Poster-design, Photography or Caption-writing" />
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<script>document.documentElement.className = 'js';</script>
</head>
<body>
<svg class="hidden">
<defs>
<symbol id="icon-arrow" viewBox="0 0 24 24">
<title>arrow</title>
<polygon points="6.3,12.8 20.9,12.8 20.9,11.2 6.3,11.2 10.2,7.2 9,6 3.1,12 9,18 10.2,16.8 "/>
</symbol>
<symbol id="icon-drop" viewBox="0 0 24 24">
<title>drop</title>
<path d="M12,21c-3.6,0-6.6-3-6.6-6.6C5.4,11,10.8,4,11.4,3.2C11.6,3.1,11.8,3,12,3s0.4,0.1,0.6,0.3c0.6,0.8,6.1,7.8,6.1,11.2C18.6,18.1,15.6,21,12,21zM12,4.8c-1.8,2.4-5.2,7.4-5.2,9.6c0,2.9,2.3,5.2,5.2,5.2s5.2-2.3,5.2-5.2C17.2,12.2,13.8,7.3,12,4.8z"/><path d="M12,18.2c-0.4,0-0.7-0.3-0.7-0.7s0.3-0.7,0.7-0.7c1.3,0,2.4-1.1,2.4-2.4c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7C15.8,16.5,14.1,18.2,12,18.2z"/>
</symbol>
<symbol id="icon-grid" viewBox="0 0 100 100">
<title>grid</title>
<rect x="8.4" y="8.9" width="20.1" height="20.1"/>
<rect x="40" y="8.9" width="20.1" height="20.1"/>
<rect x="71.6" y="8.9" width="20.1" height="20.1"/>
<rect x="8.3" y="40" width="20.1" height="20.1"/>
<rect x="39.9" y="40" width="20.1" height="20.1"/>
<rect x="71.6" y="40" width="20.1" height="20.1"/>
<rect x="8.3" y="71" width="20.1" height="20.1"/>
<rect x="39.9" y="71" width="20.1" height="20.1"/>
<rect x="71.6" y="71" width="20.1" height="20.1"/>
</symbol>
</defs>
</svg>
<main class="landing-layout">
<!-- Landing wrap with sections -->
<div class="landing-wrap">
<section class="landing landing--above" style="background-image: url(img/1.jpg);"></section>
<section class="landing landing--beneath" style="background-image: url(img/6.jpg);"></section>
</div><!-- /landing-wrap -->
<!-- Landing header with title -->
<header class="landing-header">
<h1 class="landing-header__title" >
<span>K</span><span>A</span><span>N</span><span>V</span> <span>A</span><span>S</span>
</h1>
<p class="landing-header__tagline">A Web Saga</p>
</header><!-- /landing-header -->
<!-- Trigger button for layout change -->
<button class="button button--trigger" aria-label="View more">
<svg class="icon icon--grid icon--shown"><use xlink:href="#icon-grid"></use></svg>
<svg class="icon icon--arrow-up icon--hidden"><use xlink:href="#icon-arrow"></use></svg>
</button>
<section class="featured-content">
<ul class="featured-list">
<li class="featured-list__item" >
<div class="featured-list__link" id="photography" >
<img class="featured-list__img" src="img/photography.svg" alt="PhotoGraphy">
<h3 class="featured-list__title">Photography</h3>
</div>
</li>
<li class="featured-list__item">
<div class="featured-list__link" id="webdesign" >
<img class="featured-list__img" src="img/webDesign.svg" alt="WebDesign">
<h3 class="featured-list__title">Web Design</h3>
</div>
</li>
<li class="featured-list__item">
<div class="featured-list__link" id="designing" >
<img class="featured-list__img" src="img/poster.svg" alt="Designer In You">
<h3 class="featured-list__title">Designer In You</h3>
</div>
</li>
<li class="featured-list__item">
<div class="featured-list__link" id="caption">
<img class="featured-list__img" src="img/captionWriting.svg" alt="Caption Writing">
<h3 class="featured-list__title">Caption Writing</h3>
</div>
</li>
</ul>
</section><!-- /featured-content -->
<!-- Slide Contents -->
<div class="outerSlide">
<div class="innerBox">
</div>
</div>
<div class="outerSlide" >
<div class="innerBox">
</div>
</div>
<div class="outerSlide" >
<div class="innerBox">
</div>
</div>
<div class="outerSlide" >
<div class="innerBox">
</div>
</div>
<div class="loader">
<svg class="loader__img" viewBox="0 0 100 100" width="100px" height="100px">
<circle class="loader__circle" cx="22.8" cy="77.6" r="16.5"/>
<circle class="loader__circle" cx="52.2" cy="82.9" r="6.5"/>
<circle class="loader__circle" cx="79.8" cy="69.8" r="13.1"/>
</svg>
</div>
</main>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/main_3.js"></script>
</body>
</html>