-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (26 loc) · 1.13 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linkedin Card</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="wrap">
<div class="cover">
<img class="profile" src="https://media.licdn.com/dms/image/v2/C5603AQGZ3fAEenId-A/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1610736440206?e=1731542400&v=beta&t=ZamhPaGM1K2Du4f9qoxFOQojrq28cXBB3ksb_BP59WE" />
</div>
<div class="informations">
<div class="profile-info">
<h1 class="profile-name">Syed Balkhi</h1>
<p class="description">Founder and CEO of Awesome Motive (We're hiring). Entrepreneur. Investor. Over 25
million websites use our software.</p>
<p class="hashtags">Talks about #saas #marketing and #wordpress</p>
<a class="website" href="https://syedbalkhi.com">syedbalkhi.com</a>
<span class="followers">4,538 followers</span>
</div>
</div>
</div>
</body>
</html>