-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (46 loc) · 1.61 KB
/
index.html
File metadata and controls
72 lines (46 loc) · 1.61 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
72
<!DOCTYPE html>
<html>
<title> Assignment 1</title>
<body bgcolor = #FFC425>
<table style="width:100%">
<tr>
<th bgcolor = #231F20 COLSPAN = "10">
<br>
<img src = "./images/ksu-logo2.png" alt = "ksu goes here" > <br> <br>
<font size = 10>
<font color = "white" >
College of Computing and Software Engineering </font> </th>
</tr>
<tr>
<td bgcolor = "green" width=10% height="650" text align="center">Assignments
<br>
<a href='./Assign-1-Part-2/index-css.html'>Assign-1-Part-2</a>
<br>
<a href='./Assign-1-Part-3/index-js.html'>Assign-1-Part-3</a>
<br>
<a href='Assign-2/index.html'>Assign-2</a>
<br>
<a href='Assign-3/index.html'>Assign-3</a>
<br>
<a href='Assign-4A'>Assign-4A</a>
<br>
<a href ='Assign-4B'>Assign-4B</a>
<br>
<a href='Assign-5/index.html'>Assign-5</a></td>
<td Bgcolor = "white" > Mustak Ahmed
<br>
<img src = "./images/mushmak.png" alit = " pfp " width=100; >
<p>
<font size = 4>
My name is Mustak Ahmed and I am fourth year student at Kennesaw State University.
I am a computer science major and I am graduating in may 2020.
If you need to contact me you can email me at:
<a href="mailto: mahmed29@students.kennesaw.edu">mahmed29@students.kennesaw.edu</a>
</font>
</p>
<a href="https://kennesaw.edu"> KSU Offical Website </a>
</td>
</tr>
</table>
</body>
</html>