forked from Apoorv-cloud/2_Hacktoberfest-22
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (60 loc) · 2.44 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
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
73
74
75
76
77
78
79
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BRL Profile</title>
</head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8"
crossorigin="anonymous"></script>
<div class="banner">
</div>
<div class="c">
<div class="container">
<center>
<h1>Tell Us About Yourself ! </h1>
</center>
<class class="row" style="padding-left:30px ;">
<!-- Dont touch upper portion -->
<div class="card"
style="width: 17rem; margin:20px;border-radius: 10%;box-shadow: 2px 2PX 15PX 15PX rgb(104, 102, 102);">
<img src="images/Apoorv.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Apoorv Maheshwari</h5>
<p class="card-text">Hello, I am a passionate Application Developer (Android/iOS) working as Lead Coordinator in Blockchain Research Lab</p>
<a href="https://github.com/Apoorv-cloud" class="btn btn-primary"> Github</a>
<a href="https://www.linkedin.com/in/apoorv-maheshwari-6689791aa/" class="btn btn-primary">Linkdin</a>
</div>
</div>
<div class="card"
style="width: 17rem; margin:20px;border-radius: 10%;box-shadow: 2px 2PX 15PX 15PX rgb(104, 102, 102);">
<img src="images/STUTI.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Stuti Goyal</h5>
<p class="card-text">Hey! I am willing to learn new skills and have many existing ones to offer.</p>
<a href="https://github.com/stuti1402" class="btn btn-primary"> Github</a>
<a href="https://www.linkedin.com/in/stuti-goyal-a66aa61ba/" class="btn btn-primary">Linkedin</a>
</div>
</div>
</class>
</div>
</div>
</body>
</html>
<!-- Don't touch this portion -->
</div>
</div>
</div>
<footer class="f">
<center>
<p> Made with ❤️ in BRL</p>
</center>
</footer>
<!-- created by abhijit -->
</body>
</html>