forked from multiverseweb/Dataverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ff20ae
commit 1cc5d01
Showing
3 changed files
with
65 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,10 @@ | |
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" | ||
rel="stylesheet"> | ||
<link rel="stylesheet" href="css/styles.css"> | ||
</head> | ||
|
||
|
@@ -39,8 +41,7 @@ | |
</svg> | ||
</div> | ||
|
||
<!-- dribbble --> | ||
<a class="dribbble" href="https://dribbble.com/shots/5878367-Loaders" target="_blank"><img src="https://cdn.dribbble.com/assets/dribbble-ball-mark-2bd45f09c2fb58dbbfb44766d5d1d07c5a12972d602ef8b32204d28fa3dda554.svg" alt=""></a> | ||
|
||
</div> | ||
<div class="buttons" id="buttons"> | ||
<div id="indicator"></div> | ||
|
@@ -50,14 +51,14 @@ | |
</button> | ||
<button id="lightButton" onclick="light(false)"> | ||
<!-- <div id="theme2"> --> | ||
<img src="https://cdn-icons-png.freepik.com/256/467/467619.png?semt=ais_hybrid" alt="" class="copy" | ||
id="sun"> | ||
<img src="https://cdn-icons-png.freepik.com/256/467/467619.png?semt=ais_hybrid" alt="" class="copy" | ||
id="sun"> | ||
<!-- </div> --> | ||
</button> | ||
</div> | ||
<button id="defaultButton" onclick="systemDefault()"> | ||
<img src="website/web_images/settings.png" class="copy" id="default"> | ||
</button> | ||
</div> | ||
</div> | ||
<button class="top" id="top" onclick="topFunction()"><img src="website/web_images/top.png" alt=""></button> | ||
<nav id="navbar"> | ||
|
@@ -79,7 +80,7 @@ | |
"><a href="login.html">Login/Signup</a> | ||
</button> | ||
</nav> | ||
|
||
<button class="burger" id="burger" onclick="show()"></button> | ||
<button id="cross" class="burger" onclick="hide()"></button> | ||
<div class="burger" id="lines"> | ||
|
@@ -285,35 +286,34 @@ | |
</form> | ||
</footer> | ||
<div class="links"> | ||
<p> | ||
<p> | ||
<h3> Designed & Developed by Tejas Gupta</h3> | ||
</p> | ||
<br> | ||
<h4>Copyright © <span id="copyright">32949832</span> Tejas Gupta</h4> | ||
<h4>Copyright © <span id="copyright">32949832</span> Tejas Gupta</h4> | ||
<div class="end_line"></div> | ||
<div class="small"> | ||
<div class="link_class"> | ||
<a href="https://github.com/multiverseweb/Dataverse/blob/main/README.md" | ||
class="table_link">Documentation↗</a> | ||
|
||
<a href="./website/contributor.html" class="table_link">Contributors↗</a> | ||
<a href="website/codeOfconduct.html" class="table_link" target="_blank">Code of Conduct↗</a> | ||
<a href="website/license.html" class="table_link">License↗</a> | ||
</div> | ||
<div class="link_class"> | ||
<a href="https://www.figma.com/proto/BBbXARgpxercxacjm0qpgX/Dataverse?type=design&node-id=45-25&t=zMFBUgENaIeqhRYZ-1&scaling=scale-down-width&page-id=0%3A1&starting-point-node-id=22%3A310&show-proto-sidebar=1&mode=design" | ||
<a href="https://www.figma.com/proto/BBbXARgpxercxacjm0qpgX/Dataverse?type=design&node-id=45-25&t=zMFBUgENaIeqhRYZ-1&scaling=scale-down-width&page-id=0%3A1&starting-point-node-id=22%3A310&show-proto-sidebar=1&mode=design" | ||
class="table_link">Figma Design↗</a> | ||
<a href="https://tejasgupta.netlify.app"><i class="fa fa-user"></i> Portfolio↗</a> | ||
<a href="https://github.com/multiverseweb"><i class="fa fa-github"></i> Github Profile↗</a> | ||
<a href="https://www.linkedin.com/in/tejascodes/"><i class="fa fa-linkedin-square"></i> Linkeldn ↗</a> | ||
<a href="https://tejasgupta.netlify.app">Portfolio↗</a> | ||
<a href="https://github.com/multiverseweb">Github Profile↗</a> | ||
<a href="https://www.linkedin.com/in/tejascodes/"> Linkeldn ↗</a> | ||
</div> | ||
|
||
</div> | ||
<div class="end_line"></div> | ||
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> | ||
<script src="website/script.js"></script> | ||
|
||
|
||
</body> | ||
|
||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters