-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.15 KB
/
Copy pathindex.html
File metadata and controls
38 lines (37 loc) · 1.15 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
<!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>عمل Card بصورة شفافة</title>
<link rel="stylesheet" href="css/main.css"/>
</head>
<body>
<!-- Start Container-->
<div class="container">
<img class="img-person" src="assets/images/person-blue-shirt.png" alt="Person blue shirt"/>
<div class="box">
<header>
<h2 class="title">Osama Elzero</h2>
<p class="desc">Full Stack Web Developer</p>
</header>
<div class="items">
<div class="item">
<h3>FaceBook</h3>
<h3>OsElzero</h3>
</div> <!-- ./item -->
<div class="item">
<h3>Twitter</h3>
<h3>Osama_Elzero</h3>
</div> <!-- ./item -->
<div class="item">
<h3>Linkedin</h3>
<h3>OsamaElzero</h3>
</div> <!-- ./item -->
</div> <!-- ./items -->
</div> <!-- ./box -->
<button class="btn btn-primary">A+</button>
</div> <!-- ./container -->
</body>
</html>