-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
39 lines (39 loc) · 4.42 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
<!-------------------------------🙌🙌LET'S CONTRIBUTE TOGETHER!!🙌🙌------------------------------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hack-With-Name | HacktoberFest</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="head-box">Hack With Name</div>
<div class="container box">
<section class="head">Names Of The Contributors</section>
<div class="container name"><a href="https://github.com/codelooper" style="color: black; font-family: 'Times New Roman', Times, serif;">Mayank Srivastava</a></div>
<!-- Just Copy the above tag ,👇 edit the values of the tag as given below 👇 and paste it down below-->
<div class="container name"><a href="https://github.com/kriyptor" style="color: blue; font-family: 'Courier New', Courier, monospace;">Shivanshu Kashyap</a></div>
<!-- Just Copy the above tag ,👇 edit the values of the tag as given below 👇 and paste it down below-->
<!-- <div class="container name"><a href="👉 Your Github URL 👈" style="color: 👉 Choose any color; 👈 font-family: 👉 Choose any font family; 👈">👉 Your Name 👈</a></div> -->
<!--❗❗Delete this comment and Paste your tag here, make sure you have removed the hand emoji from the tag before saving the file.❗❗-->
<div class="container name"><a href="https://github.com/ashwanisng" style="color: red; font-family: 'Courier New', Courier, monospace;">Ashwani Singh</a></div>
<div class="container name"><a href="https://github.com/MohitMehta257" style="color: brown; font-family: 'Courier New', Courier, monospace;">Mohit Mehta</a></div>
<div class="container name"><a href="https://github.com/18-Ritika" style="color: green; font-family: 'Courier New', Courier, monospace;">Ritika Jaiswal</a></div>
<div class="container name"><a href="https://github.com/lazyperfectionist" style="color: orange; font-family: 'Courier New', Courier, monospace;">Shivansh Dwivedi</a></div>
<div class="container name"><a href="https://github.com/Umesh6361" style="color:teal; font-family: 'Courier New', Courier, monospace;">Umesh Kumar</a></div>
<div class="container name"><a href="https://github.com/mtsafe" style="color: yellow; font-family: 'Courier New', Courier, monospace;">Albir Tarsha</a></div>
<div class="github-icon">
<a href="https://github.com/kriyptor/HackWithName">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="40" height="40"
viewBox="0 0 172 172"
style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal">
<path d="M0,172v-172h172v172z" fill="none"></path>
<g fill="#9b59b6"><path d="M78.11667,15.05c-32.96667,3.58333 -59.48333,30.1 -63.06667,62.35c-3.58333,33.68333 15.76667,63.78333 45.15,75.25c2.15,0.71667 4.3,-0.71667 4.3,-3.58333v-11.46667c0,0 -2.86667,0.71667 -6.45,0.71667c-10.03333,0 -14.33333,-8.6 -15.05,-13.61667c-0.71667,-2.86667 -2.15,-5.01667 -4.3,-7.16667c-2.15,-0.71667 -2.86667,-0.71667 -2.86667,-1.43333c0,-1.43333 2.15,-1.43333 2.86667,-1.43333c4.3,0 7.88333,5.01667 9.31667,7.16667c3.58333,5.73333 7.88333,7.16667 10.03333,7.16667c2.86667,0 5.01667,-0.71667 6.45,-1.43333c0.71667,-5.01667 2.86667,-10.03333 7.16667,-12.9c-16.48333,-3.58333 -28.66667,-12.9 -28.66667,-28.66667c0,-7.88333 3.58333,-15.76667 8.6,-21.5c-0.71667,-1.43333 -1.43333,-5.01667 -1.43333,-10.03333c0,-2.86667 0,-7.16667 2.15,-11.46667c0,0 10.03333,0 20.06667,9.31667c3.58333,-1.43333 8.6,-2.15 13.61667,-2.15c5.01667,0 10.03333,0.71667 14.33333,2.15c9.31667,-9.31667 20.06667,-9.31667 20.06667,-9.31667c1.43333,4.3 1.43333,8.6 1.43333,11.46667c0,5.73333 -0.71667,8.6 -1.43333,10.03333c5.01667,5.73333 8.6,12.9 8.6,21.5c0,15.76667 -12.18333,25.08333 -28.66667,28.66667c4.3,3.58333 7.16667,10.03333 7.16667,16.48333v18.63333c0,2.15 2.15,4.3 5.01667,3.58333c26.51667,-10.75 45.15,-36.55 45.15,-66.65c0,-43 -36.55,-76.68333 -79.55,-71.66667z"></path></g></g></svg></div>
</a>
</div>
<div class="line">___________________</div>
<footer>"Success is the sum of small efforts,<br/>repeated day-in and day-out"</footer>
</body>
</html>