-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
136 lines (136 loc) · 5.46 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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!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">
<link rel="icon" href="./images/pp-removebg-preview.png">
<title>Figyor</title>
<!-- FontAwesome -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<!-- <div class="dropdown">
<button id="over" type="button" class="btn btn-secondary dropbtn" onclick="location.href='profile.html';">
<i class="bi bi-person-circle"></i>
</button>
<div class="dropdown-content" id="drop">
<i id="profile" class="bi bi-person-circle"></i>
<button onclick="myFunction()" class="toggle">Toggle </button>
<script>
function myFunction() {
document.getElementById("drop").style.backgroundColor = "#55DC28";
document.getElementById("drop").style.color = "white";
}
</script>
<div id="details">Apeksha Hegde</div>
<div id="other">19</div>
<div id="other">SY BTech at KJSCE</div>
<div id="other">Mumbai, Dehli</div>
<div id="cv"><i>Resume</i></div><br>
<div id="other">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Reprehenderit ipsam vero repudiandae excepturi autem. Perferendis eligendi cum unde sed porro.
Officia sit reprehenderit placeat incidunt illo quisquam ea in quaerat inventore cupiditate nam nulla
excepturi odio aut dolor facere alias dolore, quos nostrum ipsam fugit quibusdam sint asperiores? Sint, iusto?
</div>
<hr style="width:100%;text-align:left;margin-left:0">
<div id="score" class="pulse"><p>500</p></div>
<div class="vl"></div>
<div class="float-container">
<div class="float-child">
<div id="skills" > SKILLS </div></div>
<div class="float-child">
<div id="score-h" > SCORES</div>
</div>
</div>
</div> -->
<div class="navbar-top">
<div class="dropdown">
<div id="profile-btn">
<!--onclick="location.href='profile.html';" -->
<h1><i class="bi bi-person-circle"></i></h1>
</div>
<div class="dropdown-content" id="drop">
<i id="profile" class="bi bi-person-circle"></i>
<button type="button" class="toggle btn btn-primary" data-toggle="button" aria-pressed="false" onclick="myFunction()">Toggle </button>
<script>
function myFunction() {
document.getElementById("drop").style.backgroundColor = "#55DC28";
document.getElementById("drop").style.color = "white";
}
</script>
<div id="details">Apeksha Hegde</div>
<div id="other">19</div>
<div id="other">SY BTech at KJSCE</div>
<div id="other">Mumbai, Dehli</div>
<div id="cv"><i>Resume</i></div><br>
<div id="other">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Reprehenderit ipsam vero repudiandae excepturi autem. Perferendis eligendi cum unde sed porro.
Officia sit reprehenderit placeat incidunt illo quisquam ea in quaerat inventore cupiditate nam nulla
excepturi odio aut dolor facere alias dolore, quos nostrum ipsam fugit quibusdam sint asperiores? Sint, iusto?
</div>
<hr style="width:100%;text-align:left;margin-left:0">
<div id="score" class="pulse"><p>500</p></div>
<div class="vl"></div>
<div class="float-container">
<div class="float-child">
<div id="skills" > SKILLS </div></div>
<div class="float-child">
<div id="score-h" > SCORES</div>
</div>
</div>
</div>
<div class="nav-logo">
<a href="#"><img src="./images/pp-removebg-preview.png"></a>
</div>
</div>
<div class="navbar_bottom">
<div class="nav-items">
<div class ="nav-item" >
<a href="#">Test</a>
</div>
<div class ="nav-item" >
<a href="#">Newsletter</a>
</div>
<div class ="nav-item" >
<a href="#">Games</a>
</div>
<div class ="nav-item" >
<a href="#">Connect</a>
</div>
<div class ="nav-item" >
<a href="#">Events</a>
</div>
</div>
</div>
</nav>
</header>
<section >
</section>
<footer>
<div class="footer_logo">
<a href="#"><img src="./images/pp-removebg-preview.png"></a>
</div>
<div class="footer_text">
<p>Follow us</p>
</div>
<div class="follow_links">
<a href="#"><img src="./images/instagram.png"></a>
<a href="#"><img src="./images/facebook.png"></i></a>
<a href="#"><img src="./images/twitter.png"></i></a>
<a href="#"><img src="./images/whatsapp.png"></i></a>
<a href="#"><img src="./images/youtube.png"></i></a>
</div>
</footer>
</body>
</html>