forked from Yash-g17/yash-g17.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (61 loc) · 3.88 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Caboodle</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/0e553ede0d.js" crossorigin="anonymous"></script>
<link href="pt1.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway&display=swap" rel="stylesheet">
<link rel="icon" type="image" href="favicon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image" sizes="32x32" href="favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body id="grad" class="text-center">
<nav>
<div style="background-color: #111111; padding-bottom: 20px; padding-top: 20px">
<a href="index.html" class="navbar-brand " style="color: white; font-family: 'Raleway'; font-size: 60px;">Caboodle</a>
</div>
</br>
</nav>
<div class="jumbotron jumbotron-fluid text-center">
<div class="container">
<h2 class="display-4" class="heading2">Choose Your Section</h2>
</div>
</div>
<div class="text-center">
<main role="main" class="inner cover" style="margin-top: 27px">
<p class="lead">
<a href="eg.html" class="btn btn-outline btn-lg col-md-3">EG</a>
</p>
<p class="lead">
<a href="ws.html" class="btn btn-outline btn-lg col-md-3">WS</a>
</p>
</main>
</div>
<script src="/docs/5.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-beta1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js"></script>
<footer class="footer">
<div class="text-muted" style="font-size: small;">
<span>© Caboodle is a collection of 1-2 course material for BPGC firsties with the ability to add custom reminders and notes.</span>
</br>
<span>Made with ♥ by the junior developers of DevSoc: Darahaas, Ashmit, Shaanil, and Sahil under the mentorship of Yash Gupta</span>
</br>
<span><a href="https://github.com/Yash-g17/Yash-g17.github.io" target="_blank" style="text-decoration: none;" >Visit the repository</a></span>
</div>
</footer>
<!-- <div class="wrapper">
<footer class="text-muted" style="font-size: small;">
<p>© Caboodle is a collection of 1-2 course material for BPGC firsties with the ability to add custom reminders and notes.</p>
<p>Made with ♥ by the junior developers of DevSoc: Darahaas, Ashmit, Shaanil, and Sahil under the mentorship of Yash Gupta</p>
<p><a href="https://github.com/Yash-g17/Yash-g17.github.io" target="_blank" style="text-decoration: none;" >Visit the repository</a></p>
</footer>
</div> -->
</body>
</html>