-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (50 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon"type="image/png" href="download.png">
<title>My test page</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href="styles/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1> Hello this is</h1>
<img src="images/iare-logo .png " >
<p>I'm a computer science minor at Institue of aeronautical engineering.<br>Below are my grades in various semisters during the courseware. </p>
<!---- creating a table for updating marks -->
<table style="width:100%">
<tr>
<th>Semister </th>
<th>Grade-point</th>
</tr>
<tr>
<td>I</td>
<td>7.50</td>
</tr>
<tr>
<td> II</td>
<td>9.00</td>
</tr>
<tr>
<td>III</td>
<td> 8.36</td>
</tr>
<tr>
<td>IV</td>
<td> 8.00</td>
</tr>
<tr>
<td>V</td>
<td>7.64</td>
</tr>
<tr>
<td>VI</td>
<td>8.18</td>
</tr>
</table>
<p>This is my first blog post I am very exited about my post's I am very exited to prepare my portfolio consisting of my work , projects and papers.</p>
<p>Read the <a href="https://www.iare.ac.in/">iare</a> to learn even more about the values and principles that guide the pursuit of it's mission.</p>
<button>Change user</button>
<script src="scripts/main.js"></script>
</body>
</html>