-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassignment.html
More file actions
26 lines (26 loc) · 945 Bytes
/
assignment.html
File metadata and controls
26 lines (26 loc) · 945 Bytes
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
<!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>Document</title>
</head>
<body>
<h1>Portfolio</h1>
<h2>Numan Ahmad</h2>
<img style="width: 500px; height: 200px;"; src="nav3pic.jpg"/>
<p>My Name is Numan Ahmad, I'm professionaly web developer. Nows days I'm doing some work on AI and also write some javaScript Algorithm. Basically my wish to create some library that can help me to do everything using this libraries and train machine using this.</p>
This is My GitHub link see my work <a href="//github.com">GitHub</a>
<br>
<br>
<label>List Of My Skill</label>
<ul>
<li>Html</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python</li>
<li>Machine Learning</li>
</ul>
</body>
</html>