-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (69 loc) · 2.39 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
<!DOCTYPE html>
<html>
<head >
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1CVYDMM14C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1CVYDMM14C');
</script>
<meta name="description" content="Books for Calicut university bsc physics">
<meta name="keywords" content="calicut, CU, bsc, physics, books">
<meta name="robots" content="index, follow">
<title>CU Bsc Physics</title>
<link rel = "icon" href = "media/banner_logo.png" type = "image/x-icon">
<link rel="stylesheet" href="css/mystyle.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js" defer></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C7DZFZ3YTW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C7DZFZ3YTW');
</script>
<script src="js/script.js" defer></script>
</head>
<body>
<div id="app-header"></div>
<script src="js/header.js"></script>
<div class="aligned">
<div class="image-container">
<div class="image-box" onclick="location.href='Textbooks.html';">
<img src="media/books.jpeg" alt="Books" class="image" >
<div class="text-container">
<h1>Books</h1>
</div>
</div>
<div class="image-box" onclick="location.href='experiments.html';">
<img src="media/lab.jpeg" alt="Books" class="image" >
<div class="text-container">
<h1>Lab</h1>
</div>
</div>
<div class="image-box" onclick="location.href='classes.html';">
<img src="media/classes.jpeg" alt="Books" class="image" >
<div class="text-container">
<h1>Lectures</h1>
</div>
</div>
</div>
<div class="centered">
This project is opensource. <br>
View source code <a href="https://github.com/thesophile/cubscphysics"> here </a>
</div>
</div>
<h2> Contributors </h2>
<div class="card" onclick="window.open('https://github.com/thesophile')">
<div class="card-info">
<img class="card-avatar" src="media/channel_logo.png"/>
<div class="card-title">Sophile</div>
<div class="card-subtitle">Web developers</div>
</div>
</div>
</body>
</html>