forked from LybaFatimaNasir/myPersonnalSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
46 lines (45 loc) · 1.45 KB
/
home.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
<!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" />
<title>Home</title>
</head>
<body>
<h1>Projects</h1>
<br />
<p>
<h3> The projects I have done are:</h3>
<p> I have worked on multiple coding lanuguages like C, C sharp and C++ etc </p>
<li>
Learning Management System having functions like add, delete, update and
create courses
</li>
<li>Tic-tac-toe( A console application where user can play the game)</li>
<li>Playlist Manager in C++ (Manages music play list)</li>
<li>Summarizer - An AI application that summarizes the text.</li>
</p>
<p>
<h3> The courses I have studied in univeristy are:</h3>
<li>UIUX Designing</li>
<li>Mobile app development</li>
<li>Artificial Intelligence</li>
<li>Software Engineering</li>
<li>Human computer intercation</li>
<li>Computer network</li>
<li>Data mining</li>
<li>Object oriented programming</li>
<li>Data structure and algorithm</li>
<li>Database</li>
<li> Programming Fundamentals </li>
<li> Calculus </li>
<li> Information Security </li>
<li> Linear Algebra </li>
<li> Machine learning </li>
<li> DLD </li>
<li> PPSD </li>
<li> Software engineering - A subject related to testing </li>
</p>
</body>
</html>