-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (63 loc) · 2.47 KB
/
index.html
File metadata and controls
72 lines (63 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css"
integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6Kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="grid-2">
<div class="section-1">
<i class="fas fa-code fa-5x white"></i>
<img src="my-bg2.png" alt="">
<h2>Rahul Paul</h2>
<p>Dhaka, Bangladesh</p>
<button>Get Resume</button>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fas fa-linkedin"></i></a>
<a href="#"><i class="fas fa-github"></i></a>
</div>
<div class="section-2">
<h2><span>A</span>bout</h2>
<hr>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Doloribus laudantium repellendus reprehenderit
in, mollitia aperiam.</p>
<h2><span>E</span>xperience</h2>
<hr>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Obcaecati sit natus numquam. Deleniti, cum
unde?
</p>
<h2><span>S</span>kills</h2>
<hr>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Dignissimos mollitia, consequuntur reiciendis
inventore culpa blanditiis?</p>
<h2><span>P</span>rojects</h2>
<hr>
<div class="project">
<div class="Project-1">
<img src="blog-3.png" alt="">
<p>Project-1</p>
</div>
<div class="Project-2">
<img src="Project Cover1.jpg" alt="">
<p>Project-2</p>
</div>
<div class="Project-3">
<img src="course-2.png" alt="">
<p>Project-3</p>
</div>
<div class="Project-4">
<img src="pic4.jpg" alt="">
<p>Project-4</p>
</div>
</div>
<h2>Contact</h2>
<hr>
<p class="email">rahulpaul199914@gmail.com</p>
</div>
</div>
</body>
</html>