-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (67 loc) · 2.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Nstyle.css">
<script src="https://unpkg.com/scrollreveal"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<title>List of Websites | Shravan</title>
</head>
<body>
<div class="container">
<nav class="nav container1">
<a href="http://www.msrit.edu/" target="_blank" class="nav__logo">
<img src="img/msritlogo.png" alt="" class="nav__logo-img">
</a>
</nav>
<div class="section-title">
<!-- <p class="main-team-subheading">Study Materials For</p> -->
<p class="main-team-heading">My Websites</p>
</div>
<!-- <input onclick="change1()" type="button" value="Dark mode" id="button-3" class='button-3'></input> -->
<header id="header" class="header">
<div class="btnh"><a href="https://myselfshravan.github.io" target="_blank" class="btn">
My Portfolio
</a>
</div>
<div class="btnh"><a href="https://www.mealster.ml/" target="_blank" class="btn">
Mealster
</a>
</div>
<div class="btnh"><a href="https://shanthaverigopalagowda.vercel.app/" target="_blank" class="btn">
Shanthaveri Gopala Gowda
</a>
</div>
<div class="btnh"><a href="https://www.noterep.live/" target="_blank" class="btn">
Noterep
</a>
</div>
<div class="btnh"><a href="https://securechoice.github.io/securechoice" target="_blank" class="btn">
Secure Choice
</a>
</div>
<div class="btnh"><a href="https://myselfshravan.github.io/keygainer/" target="_blank" class="btn">
Keygainer
</a></div>
<div class="btnh"><a href="https://githubhosting.github.io/loginui4.0" target="_blank" class="btn">
Idea Repository
</a></div>
<div class="btnh"><a href="https://makemeproductive.ml" target="_blank" class="btn">
Make me productive
</a></div>
<div class="btnh"><a href="https://msritevents.ml" target="_blank" class="btn">
College events calendar
</a></div>
</header>
</div>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="Nscript.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script>
</body>
</html>