-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (56 loc) · 2.22 KB
/
index.html
File metadata and controls
72 lines (56 loc) · 2.22 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
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="pro.css">
<script src="https://kit.fontawesome.com/0385d88ca9.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="c">
<marquee>Welcome to my website</marquee>
</div>
<hr>
<div class="a">
<figure>
<img src="C:\Users\Ayyan Malim\Desktop\HTML CLG\a.png" alt="profile picture" height="150px" width="150px">
<figcaption class="z"><b>BSC Student</b></figcaption>
</figure>
<p class="b">AYYAN MALIM</p>
<ul>
<li>Portfolio</li>
<li>About</li>
<li>Contact</li>
</ul>
</div>
<hr>
<div class="d">
<p class="e"><i>SHORT INTRO</i></p>
<p>CURRENTLY I AM A STUDENT AND I AM STUDYING IN FIRST YEAR BACHELOR OF COMPUTER SCIENCE WHICH IS OF 3 YEARS COURSE.AFTER THAT I WILL DO MASTER IN THIS FIELD.I LOVE TO DO CODING.I AM 19 YEARS OLD AND I LIVE IN MUMBRA.</p>
<p>MY HOBBY IS TO DO WORKOUT DAILY.I LOVE TO DO CODING.I ALSO LIKE TO DO EXERCISE AND LIFT HEAVY WEIGHTS.</p>
<br>
Skills :-
<ol>
<li>
Html
<progress value="85" max="100"></progress>
</li>
<li>
CSS
<progress value="50" max="100"></progress>
</li>
<li>
JS
<progress value="10" max="100"></progress>
</li>
</ol>
<hr>
<center>
<p class="f">FOLLOW ME ON</p>
<a href="https://www.instagram.com/malim_ayyan/"><i class="fa-brands fa-instagram "></i></a>
<p class="g">SUBSCRIBE ME ON</p>
<a href="https://www.youtube.com/channel/UCtLNdUA-R1MBL3iTCu3EgtA"><i class="fa-brands fa-youtube"></i></a>
<p class="g">CONNECT ME ON</p>
<a href="https://www.linkedin.com/in/ayyan-malim-374421262/"><i class="fa-brands fa-linkedin"></i></a>
</center>
</div>
</body>
</html>