-
Notifications
You must be signed in to change notification settings - Fork 2
/
profile.html
105 lines (104 loc) · 4.74 KB
/
profile.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel = "stylesheet" href="profile.css">
</head>
<body bgcolor="#100d28">
<div class="navbar">
<img class="logo" src="logofinal.png">
<div class="menu_items">
<ul type="none" class="menu_list">
<li><a href="about.html" class="menu_option">ABOUT</a></li>
<li><a href="project.html" class="menu_option">PROJECTS</a></li>
<li><a href="sibs.html" class="menu_option">SIBs</a></li>
<LI><a href="signup.html" class="menu_option">SIGN UP</a></LI>
</ul>
</div>
</div>
<div class="bento_contain">
<div class="bento-grid">
<div class="item item1">
<div class="testimage"><img src="pfp2.jpg"></div>
<div class="mask"></div>
<div class="text">
<h4 class="header">Kritika Singh</h4>
<p class="subheader">Developer</p>
</div>
<div class="card">
<div class="text_card">
<ul type="none" class="details">
<li><b>Age :</b> 18</li>
<li><b>Mail :</b> [email protected]</li>
<li><b>Phone :</b> 1234567890</li>
<li><b>LinkedIn :</b> Kritika Singh</li>
</ul>
</div>
<div class="grid_contain"></div>
<div class="grid">
<div class="grid-item it1"><p>AI/ML</p></div>
<div class="grid-item it2"><p>UI/UX</p></div>
<div class="grid-item it3"><p>Web Dev</p></div>
<div class="grid-item it4"><p>Blockchain</p></div>
</div>
</div>
</div>
<div class="item item2">
<a href="projectdetails.html" style="text-decoration: none;">Projects</a>
<div class="project">
<div class="img">
<img src="safe sakhi.jpeg">
</div>
<div class="project-text">
<h4>Safe Sakhi</h4>
<p style="margin-top: -20px;">Safe Sakhi is a women safety app that is an all in one platform. It allows women to connect, educate and protect themselves.</p>
</div>
</div>
<hr style="margin-top: 50px;">
<div class="project">
<div class="img">
<img src="download.png">
</div>
<div class="project-text">
<h4>PowerPool</h4>
<p style="margin-top: -20px;">Safe Sakhi is a women safety app that is an all in one platform. It allows women to connect, educate and protect themselves.</p>
</div>
</div>
<hr style="margin-top: 50px;">
</div>
<div class="item item3">
Bio
<p style="color: rgb(185, 185, 185);font-weight: 50; font-size: 14px;">I am a Software Developer with keen interest in BLockchain and Web3. I am also experienced in AI/ML and Web Development.
i love to work in projects that have a good social impact in the society
</p>
</div>
<div class="item item4">Investors Interested
<div class="invest">
<div class="img">
<img src="logo2.jpg">
</div>
<div class="invest-text">
<h4>Polygon</h4>
<p style="margin-top: -20px;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat libero aperiam vel aspernatur </p>
</div>
</div>
</div>
<div class="item item6">Professional Details
<div class="det">
College Student
<ul type="none" class="details">
<li><b>College :</b> IGDTUW</li>
<li><b>Mail :</b> [email protected]</li>
<li><b>Batch :</b> 2028</li>
<li><b>Degree :</b> B.TECH</li>
</ul>
</div>
</div>
</div>
</div>
<div id="gradient1"></div>
<div id="gradient2"></div>
</body>
</html>