-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (51 loc) · 2.89 KB
/
index.html
File metadata and controls
59 lines (51 loc) · 2.89 KB
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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="style.css">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;1,100&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css"
integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous" />
<title>Nagarro_Assignments</title>
</head>
<body>
<div class="heading">
<h1>Nagarro Assignments</h1>
</div>
<div class="ishita">
<h2 class="name">Raashish Aggarwal</h2>
<h3 style="color:black" class="email">Email - raashish1601@gmail.com
</h3>
<h3 style="color:black" class="college">College - Bharati
Vidyapeeth's College of Engineering</h3>
</div>
<button id="b1" onclick="c('Go to Pokemon Website')"><a href="pokemon/index.html">Pokemon Website</a></button>
<button id="b2" onclick="c('Go to Portfolio Website')"><a href="portfolio\index.html">Portfolio Website</a></button>
<br>
<button id="b1" onclick="c('Form Validation')"><a href="formvalidation/index.html">Form Validation</a></button>
<button id="b2" onclick="c('Open ToDo List')"><a href="ToDo List/index.html">To Do List</a></button>
<br>
<button id="b1" onclick="c('Open Live Cricket Score')"><a href="cricketapi/index.html">Cricket Score</a></button>
<button id="b2" onclick="c('Open Pop Up')"><a href="popup/index.html">Pop Up</a></button>
<br>
<button id="b1" onclick="c('Open Calculator')"><a href="Calculator/index.html">Calculator</a></button>
<button id="b2" onclick="c('Open Color-switch')"><a href="Color-switch/index.html">Color-switch</a></button>
<br>
<button id="b1" onclick="c('Open CopyToClipboard')"><a href="CopyToClipboard/index.html">Copy To Clipboard</a></button>
<button id="b2" onclick="c('Open Image Slider')"><a href="Image Slider/index.html">Image Slider</a></button>
<br>
<button id="b1" onclick="c('Open SMTP-form')"><a href="SMTP-form/index.html">SMTP form</a></button>
<button id="b2" onclick="c('Open ToDoApp-jQuery')"><a href="ToDoApp-jQuery/index.html">ToDoApp-jQuery</a></button>
<br>
<button id="b1" onclick="c('Open movie-finder')"><a href="movie-finder/index.html">Movie Finder</a></button>
<button id="b1" onclick="c('Open Convertor')"><a href="convertor/index.html">Convertor</a></button>
<script src="index.js">
</script>
</body>
</html>