-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcard5.cpp
More file actions
30 lines (30 loc) · 1.42 KB
/
card5.cpp
File metadata and controls
30 lines (30 loc) · 1.42 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
<!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>Card4</title>
</head>
<body>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<div class="card">
<div class="text">
<img src="https://www.shareicon.net/data/512x512/2016/09/15/829452_user_512x512.png" alt="">
<h3>Reckon the Boss</h3>
<p>Student | Coder</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing
elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut.
</p>
</div>
<div class="links">
<a target="_blank" href="https://codepen.io/l-e-e/"><i class="fab fa-codepen"></i></a>
<a target="_blank" href="https://github.com/Leena26"><i class="fab fa-github"></i></a>
<a target="_blank" href="https://www.youtube.com/channel/UCPOyUi82bRcPTdpDuSHVNbw"><i class="fab fa-youtube"></i></a>
</div>
</div>
</body>
</html>