-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (106 loc) · 5.33 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
129
130
131
132
<!DOCTYPE html>
<html lang="en" >
<head>
<meta name="description" content="InsIIITS - The Premire magazine of IIIT sri City ">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>InsIIITS</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css'>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="meh.css">
<link rel="icon" type="image/x-png" href="issue1/collegelogo_white.png" />
<!-- <script src="https://unpkg.com/swup@4"></script>
<script defer>
const swup = new Swup();
</script> -->
</head>
<body>
<div class="container">
<div class="text-container"><span class="text">InsIIITS
<div class="icon--container">
<svg class="icon star">
<use xlink:href="#star"></use>
</svg>
<svg class="icon star">
<use xlink:href="#star"></use>
</svg>
<svg class="icon star">
<use xlink:href="#star"></use>
</svg>
<svg class="icon star">
<use xlink:href="#star"></use>
</svg>
</div></span><span class="text">InsIIITS</span><span class="text">InsIIITS</span><span class="text">InsIIITS</span><span class="text">InsIIITS</span><span class="text">InsIIITS</span><span class="text">InsIIITS</span>
</div>
</div>
<div class="image-grid">
<!-- <a href="issue1/index.html"></a>
<img src="1.jpg" alt="Image 1" width="100px">
</a>
<a href="issue1/index.html"></a>
<img src="1.jpg" alt="Image 1" width="100px">
</a>
<a href="issue1/index.html"></a>
<img src="1.jpg" alt="Image 1" width="100px">
</a>
<a href="issue1/index.html"></a>
<img src="1.jpg" alt="Image 1" width="100px">
</a> -->
<img src="issue4/files/pages/1.jpg" alt="Image 1" width="100px" onclick="redirectTo('issue4/index.html')" >
<img src="issue3/files/pages/1.jpg" alt="Image 1" width="100px" onclick="redirectTo('issue3/index.html')">
<img src="issue2/files/pages/1.jpg" alt="Image 1" width="100px" onclick="redirectTo('issue2/index.html')">
<img src="issue1/files/pages/1.jpg" alt="Image 1" width="100px" onclick="redirectTo('issue1/index.html')">
</div>
<script type="text/javascript">
<!--
function popup(url)
{
params = 'width='+screen.width;
params += ', height='+screen.height;
params += ', top=0, left=0'
params += ', fullscreen=yes';
newwin=window.open(url,'windowname4', params);
if (window.focus) {newwin.focus()}
return false;
}
// -->
</script>
<svg class="icons">
<symbol id="star" viewbox="0 0 296.789 296.789">
<path d="m 128.07699,246.6702 16.62278,44.87778 c 0.62488,1.68958 2.24042,2.81007 4.04647,2.81007 1.80605,0 3.42159,-1.12049 4.04646,-2.81007 l 16.62278,-44.87778 c 13.45522,-36.3312 42.2174,-64.97071 78.70166,-78.36601 l 45.06998,-16.55188 c 1.69428,-0.62221 2.81958,-2.23087 2.81958,-4.02922 0,-1.79835 -1.1253,-3.40699 -2.81958,-4.0292 l -45.07253,-16.5519 C 211.63034,113.74417 182.86815,85.107178 169.41548,48.778514 L 152.7927,3.900743 c -0.62487,-1.6870583 -2.24041,-2.8075483 -4.04646,-2.8075483 -1.80605,0 -3.42159,1.12049 -4.04647,2.8075483 L 128.07699,48.778514 C 114.62179,85.107178 85.862143,113.74417 49.375346,127.14199 l -45.0725171,16.5519 c -1.694284,0.62221 -2.819573,2.23085 -2.819573,4.0292 0,1.79835 1.125289,3.40701 2.819573,4.02922 l 45.0699771,16.55188 c 36.486798,13.3953 65.248984,42.03228 78.704184,78.36601 z"></path>
</symbol>
</svg>
<!-- partial:index.partial.html -->
<div id="nav-bar">
<input id="nav-toggle" type="checkbox" checked/>
<div id="nav-header"><a id="nav-title" href="index.html" target="_blank">InsIIITS</a>
<label for="nav-toggle"><span id="nav-toggle-burger"></span></label>
</div>
<div id="nav-content">
<div class="nav-button"><a href="index.html" ><i class="fas fa-home"></i><span>Home</span></a></div>
<!-- <br> -->
<div class="nav-button"><a href="about/about.html" ><i class="fas fa-fire"></i><span>About Us</span></a></div>
<div class="nav-button"><a href="issue1/index.html" ><i class="fas fa-book-open"></i><span>Edition 1</span></a></div>
<div class="nav-button"><a href="issue2/index.html" ><i class="fas fa-book-open"></i><span>Edition 2</span></a></div>
<div class="nav-button"><a href="issue3/index.html" ><i class="fas fa-book-open"></i><span>Edition 3</span></a></div>
<div class="nav-button"><a href="issue4/index.html" ><i class="fas fa-book-open"></i><span>Edition 4</span></a></div>
<div class="nav-button"><div class="nav-button1"><a href="https://www.iiits.ac.in/" ><i class="fas fa-gem"></i><span>IIIT Sri City</span></a></div></div>
<div id="nav-content-highlight">hi</div>
</div>
</div>
<!-- partial -->
<script type="text/javascript">
function redirectTo(url) {
window.location.href = url;
}
const textArr = document.querySelectorAll('.text')
const colorArr = ["#fefefec7", "#ff9b00c7", "#ff3434c7", "#db38f0c7", "#0096fbc7", "#00c500c7", "#ffd200c7"]
textArr.forEach((text, index) => {
text.style.color = colorArr[index]
})
</script>
</body>
</html>