-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.8 KB
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 1.8 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
<!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>Asad Ayyubi</title>
<link rel="stylesheet" href="asad.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
</head>
<body>
<div style="text-align:center" class="pro">
<img class="pro" src="image/me.jpg" alt="Display Picture">
</div>
<p style="margin: 30px; font-size: 40px; text-align: center;">Asad Ayyubi </p>
<div style="text-align: center; margin: 10px;">
<div style=" display: inline-block; color:rgb(255, 255, 255); background-color:#ffffff2f; padding: 30px 15px; border-radius: 4px">
<p style="font-size: 14px">
Hello there! This is me.<br>
Love computers,playing fifa.<br>
Currently trying to get a CS degree.<br>
</p>
</div>
</div>
<div class="social" style="margin-top: 50px; text-align: center;">
<a href="https://facebook.com" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://github.com/asadayyubi/" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://instagram.com" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://linkedin.com" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
</body>
</html>