-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (66 loc) · 2.98 KB
/
Copy pathindex.html
File metadata and controls
71 lines (66 loc) · 2.98 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
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SIMITC</title>
<style>
.simitctag{
font-size: 25px;
margin-top: 50px;
}
</style>
</head>
<body>
<table width="300" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="80" style="vertical-align:top;padding-right:10px;margin-top: 20px">
<br/>
<br/>
<span class="simitctag" id="simitctag"><</><b>sim</b><span style="color: maroon">itc</span><b>/></b>
<span/>
</td>
<td style="border-left:solid #000000 1px" width="13"></td>
<td style="vertical-align: top; text-align:left;color:#000000;font-size:12px;font-family:helvetica, arial;; text-align:left">
<span style="margin-right:5px;color:#000000;font-size:12px;font-family:helvetica, arial">Best Regards,</span>
<br/>
<span style="margin-right:5px;color:#000000;font-size:15px;font-family:helvetica, arial;">
<b>
Smit Shah</b>
</span>
<br/>
<span style="margin-right:5px;color:#000000;font-size:12px;font-family:helvetica, arial; font-style:italic;">President</span>
<br>
<span style="font:12px helvetica, arial">
E:
<a href="mailto:it@mymail.sim.edu.sg" style="color:#3388cc;text-decoration:none">it@mymail.sim.edu.sg</a>
</span>
<br>
<br>
<table cellpadding="0" cellpadding="0" border="0">
<tr>
<td style="padding-right:5px">
<a href="https://www.linkedin.com/company/simitclub/" style="display: inline-block">
<img width="20" height="20" src="https://i.imgur.com/ZEWLUQ1.png" alt="LinkedIn" style="border:none">
</a>
</td>
<td style="padding-right:5px">
<a href="https://github.com/SIMITClub" style="display: inline-block">
<img width="20" height="20" src="https://i.imgur.com/yP6jHw8.png" alt="Github" style="border:none">
</a>
</td>
<td style="padding-right:5px">
<a href="https://simitclub.github.io/" style="display: inline-block">
<img width="20" height="20" src="https://i.imgur.com/GsID4VP.png" alt="Website" style="border:none">
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script>
</script>
</body>
</html>