|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 | 3 |
|
4 |
| -<meta charset="UTF-8" /> |
5 |
| - <link rel="manifest" href="../manifest.json" /> |
6 |
| - <meta name="mobile-web-app-capable" content="yes" /> |
7 |
| - <meta name="apple-mobile-web-app-capable" content="yes" /> |
8 |
| - <meta name="application-name" content="Databased" /> |
9 |
| - <meta name="apple-mobile-web-app-title" content="Databased" /> |
10 |
| - <meta name="theme-color" content="#101010" /> |
11 |
| - <meta name="msapplication-navbutton-color" content="#101010" /> |
12 |
| - <meta |
13 |
| - name="apple-mobile-web-app-status-bar-style" |
14 |
| - content="black-translucent" |
15 |
| - /> |
16 |
| - <meta name="msapplication-starturl" content="/" /> |
17 |
| - <meta |
18 |
| - name="viewport" |
19 |
| - content="width=device-width, initial-scale=1, shrink-to-fit=no" |
20 |
| - /> |
| 4 | +<head> |
| 5 | + <meta charset="UTF-8" /> |
| 6 | + <link rel="manifest" href="../manifest.json" /> |
| 7 | + <meta name="mobile-web-app-capable" content="yes" /> |
| 8 | + <meta name="apple-mobile-web-app-capable" content="yes" /> |
| 9 | + <meta name="application-name" content="Databased" /> |
| 10 | + <meta name="apple-mobile-web-app-title" content="Databased" /> |
| 11 | + <meta name="theme-color" content="#101010" /> |
| 12 | + <meta name="msapplication-navbutton-color" content="#101010" /> |
| 13 | + <meta |
| 14 | + name="apple-mobile-web-app-status-bar-style" |
| 15 | + content="black-translucent" |
| 16 | + /> |
| 17 | + <meta name="msapplication-starturl" content="/" /> |
| 18 | + <meta |
| 19 | + name="viewport" |
| 20 | + content="width=device-width, initial-scale=1, shrink-to-fit=no" |
| 21 | + /> |
21 | 22 |
|
22 |
| - <link |
23 |
| - rel="icon" |
24 |
| - type="image/png" |
25 |
| - sizes="192x192" |
26 |
| - href="../../img/icon-192x192.png" |
27 |
| - /> |
28 |
| - <link |
29 |
| - rel="apple-touch-icon" |
30 |
| - type="image/png" |
31 |
| - sizes="192x192" |
32 |
| - href="../img/icon-192x192.png" |
33 |
| - /> |
34 |
| - <link |
35 |
| - rel="icon" |
36 |
| - type="image/png" |
37 |
| - sizes="256x256" |
38 |
| - href="../img/icon-256x256.png" |
39 |
| - /> |
40 |
| - <link |
41 |
| - rel="apple-touch-icon" |
42 |
| - type="image/png" |
43 |
| - sizes="256x256" |
44 |
| - href="../img/icon-256x256.png" |
45 |
| - /> |
46 |
| - <link |
47 |
| - rel="icon" |
48 |
| - type="image/png" |
49 |
| - sizes="384x384" |
50 |
| - href="../img/icon-384x384.png" |
51 |
| - /> |
52 |
| - <link |
53 |
| - rel="apple-touch-icon" |
54 |
| - type="image/png" |
55 |
| - sizes="384x384" |
56 |
| - href="../img/icon-384x384.png" |
57 |
| - /> |
58 |
| - <link |
59 |
| - rel="icon" |
60 |
| - type="image/png" |
61 |
| - sizes="512x512" |
62 |
| - href="../img/icon-512x512.png" |
63 |
| - /> |
64 |
| - <link |
65 |
| - rel="apple-touch-icon" |
66 |
| - type="image/png" |
67 |
| - sizes="512x512" |
68 |
| - href="../img/icon-512x512.png" |
69 |
| - /> |
| 23 | + <link |
| 24 | + rel="icon" |
| 25 | + type="image/png" |
| 26 | + sizes="192x192" |
| 27 | + href="../../img/icon-192x192.png" |
| 28 | + /> |
| 29 | + <link |
| 30 | + rel="apple-touch-icon" |
| 31 | + type="image/png" |
| 32 | + sizes="192x192" |
| 33 | + href="../img/icon-192x192.png" |
| 34 | + /> |
| 35 | + <link |
| 36 | + rel="icon" |
| 37 | + type="image/png" |
| 38 | + sizes="256x256" |
| 39 | + href="../img/icon-256x256.png" |
| 40 | + /> |
| 41 | + <link |
| 42 | + rel="apple-touch-icon" |
| 43 | + type="image/png" |
| 44 | + sizes="256x256" |
| 45 | + href="../img/icon-256x256.png" |
| 46 | + /> |
| 47 | + <link |
| 48 | + rel="icon" |
| 49 | + type="image/png" |
| 50 | + sizes="384x384" |
| 51 | + href="../img/icon-384x384.png" |
| 52 | + /> |
| 53 | + <link |
| 54 | + rel="apple-touch-icon" |
| 55 | + type="image/png" |
| 56 | + sizes="384x384" |
| 57 | + href="../img/icon-384x384.png" |
| 58 | + /> |
| 59 | + <link |
| 60 | + rel="icon" |
| 61 | + type="image/png" |
| 62 | + sizes="512x512" |
| 63 | + href="../img/icon-512x512.png" |
| 64 | + /> |
| 65 | + <link |
| 66 | + rel="apple-touch-icon" |
| 67 | + type="image/png" |
| 68 | + sizes="512x512" |
| 69 | + href="../img/icon-512x512.png" |
| 70 | + /> |
70 | 71 |
|
71 |
| - <title>Events - Databased | IISc's Undergraduate CS Club</title> |
72 |
| - <link rel="stylesheet" href="../css/common.css" /> |
73 |
| - <link rel="stylesheet" href="../css/events.css" /> |
74 |
| - <link rel="icon" href=".././img/favicon-32x32.png" type="image/x-icon" /> |
75 |
| - <script src="../js/footerinclude.js"></script> |
76 |
| - </head> |
| 72 | + <title>Events - Databased | IISc's Undergraduate CS Club</title> |
| 73 | + <link rel="stylesheet" href="../css/common.css" /> |
| 74 | + <link rel="stylesheet" href="../css/events.css" /> |
| 75 | + <link rel="icon" href=".././img/favicon-32x32.png" type="image/x-icon" /> |
| 76 | + <script src="../js/footerinclude.js"></script> |
| 77 | +</head> |
77 | 78 |
|
78 | 79 | <body>
|
79 | 80 | <div id="loader"></div>
|
|
83 | 84 | </header>
|
84 | 85 |
|
85 | 86 | <div id="title">
|
86 |
| - <h1> |
87 |
| - Events |
88 |
| - </h1> |
| 87 | + <h1> Events </h1> |
| 88 | + |
| 89 | + <div id="major-event-container"> |
| 90 | + <div id="major-event-info"> |
| 91 | + <span id="major-event-info-title"> |
| 92 | + <span>IISc</span> |
| 93 | + <br/> |
| 94 | + OPEN DAY |
| 95 | + <br/> |
| 96 | + 2024 |
| 97 | + </span> |
| 98 | + |
| 99 | + <a href="../pages/open-day" id="major-event-info-btn"> |
| 100 | + View More |
| 101 | + <span class="material-symbols-outlined"> arrow_forward </span> |
| 102 | + </a> |
| 103 | + </div> |
| 104 | + <div id="major-event-photo"></div> |
| 105 | + </div> |
89 | 106 | </div>
|
90 | 107 | <main>
|
91 | 108 | <div id="eventsGrid"></div>
|
|
0 commit comments