-
Notifications
You must be signed in to change notification settings - Fork 0
/
sgpa.html
120 lines (117 loc) · 4.08 KB
/
sgpa.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<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=Black+Ops+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=New+Rocker&display=swap" rel="stylesheet">
<link rel="icon" href="images/m_icon1.ico" type="image/x-icon" />
<link rel="stylesheet" href="../Engineering-Calculator/style/style-sgpa.css" />
<title>SGPA Calculator</title>
</head>
<body>
<div class="container">
<video autoplay loop class="videoback" muted plays-inline>
<source src="../Engineering-Calculator/V2.mp4 " type=video/mp4> </video> <div class="header">
<h1>SGPA Calculator </h1>
</div>
<nav>
<ul>
<a href="index.html">
<li>Home </li>
</a>
<a href="sgpa.html">
<li>SGPA Calculator </li>
</a>
<a href="cgpa.html">
<li>CGPA Calculator </li>
</a>
<a href="cgpa2perc.html">
<li>CGPA Percentage </li>
</a>
</ul>
</nav>
<div class="holder">
<div class="sgpa">
<a href="phyCycle.html" title="Physics Cycle">
<h6>First/Second Semester</h6>
<br />
<h5>{Physics Cycle}</h5>
</a>
</div>
<div class="cgpa">
<a href="chemCycle.html" title="Chemistry Cycle">
<h6>First/Second Semester</h6>
<br />
<h5>{Chemistry Cycle}</h5>
</a>
</div>
<div class="all">
<a href="thirdSemester.html" title="Third Semester">
<h6>Third Semester</h6>
<br />
<h5>{All Branches}</h5>
</a>
</div>
<div class="forth">
<a href="forthSemester.html" title="Forth Semester">
<h6>Forth Semester</h6>
<br />
<h5>{All Branches}</h5>
</a>
</div>
<div class="alls">
<a href="fifthSemester.html" title="Fifth Semester">
<h6>Fifth Semester</h6>
<br />
<h5>{All Branches}</h5>
</a>
</div>
<div class="sixth">
<a href="sixthSemester.html" title="Sixth Semester">
<h6>Sixth Semester</h6>
<br />
<h5>{All Branches}</h5>
</a>
</div>
<div class="seventh">
<a href="seventhSemester.html" title="Seventh Semester">
<h6>Seventh Semester</h6>
<br />
<h5>{All Branches}</h5>
</a>
</div>
<div class="eighth">
<a href="eighthSemester.html" title="Eighth Semester">
<h6>Eighth Semester</h6>
<br />
<h5>{All Branches}</h5>
</a>
</div>
</div>
<div class="footer">
<p id="by">
Handcrafted with <i class="fa fa-heart" aria-hidden="true"></i> by
<a href="https://mayurpai.github.io/" target="blank"><strong>Mayur Pai</strong></a>
</p>
<p id="copy">
Copyright <i class="fa fa-copyright" aria-hidden="true"></i> 2020
</p>
<a href="https://wa.me//919611609185"><i class="fa fa-whatsapp fa-2x" id="whatsapp" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/profile.php?id=100010154376824" title="Mayur Pai" target="blank"><i
class="fa fa-facebook fa-2x" id="fb" aria-hidden="true"></i></a>
<a href="https://twitter.com/Mayur_pai5" title="Mayur_pai5" target="blank"><i class="fa fa-twitter fa-2x"
id="twitter" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/mayurpai19/" title="mayurpai19" target="blank"><i class="fa fa-instagram fa-2x"
id="insta" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/mayur-pai5/" title="Mayur Pai B H" target="blank"><i
class="fa fa-linkedin fa-2x" id="link" aria-hidden="true"></i></a>
<a href="https://github.com/mayurpai" title="Mayur Pai" target="blank"><i class="fa fa-github fa-2x" id="git"
aria-hidden="true"></i></a>
</div>
</div>
</body>
</html>