52 lines
2.0 KiB
HTML
52 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>startpage</title>
|
|
<!--Custom CSS-->
|
|
<link rel="stylesheet" href="css/main.css">
|
|
</head>
|
|
<body>
|
|
<div id="main" class="main">
|
|
<div id="message">
|
|
<h1 id="message-text">Hey Deepjyoti, Good Morning!</h1>
|
|
</div>
|
|
<div id="search-bar">
|
|
<input id="search-bar-input" placeholder="Search something on Google"></input>
|
|
</div>
|
|
<div id="other-content">
|
|
<div class="sqr media">
|
|
<h4>Media</h4>
|
|
<a href="https://open.spotify.com/">Spotify</a>
|
|
<a href="https://music.youtube.com/">Youtube Music</a>
|
|
<a href="https://netflix.com">Netflix</a>
|
|
<a href="https://youtube.com">Youtube</a>
|
|
</div>
|
|
<div class="sqr work">
|
|
<h4>Work</h4>
|
|
<a href="https://github.com">Github</a>
|
|
<a href="http://heroku.com/">Heroku</a>
|
|
<a href="http://localhost:8000/">Localhost</a>
|
|
<a href="http://deepjyoti30.github.io/">Personal</a>
|
|
</div>
|
|
<div class="sqr social">
|
|
<h4>Social</h4>
|
|
<a href="reddit.com">Reddit</a>
|
|
<a href="https://deepjyoti30.github.io/unixporn-love/">Unixpornlove</a>
|
|
<a href="https://www.reddit.com/r/unixporn/">r/unixporn</a>
|
|
<a href="https://www.reddit.com/r/MechanicalKeyboards/">r/mk</a>
|
|
</div>
|
|
<div class="sqr others">
|
|
<h4>Others</h4>
|
|
<a href="http://localhost:7474/">neo4j local</a>
|
|
<a href="http://rarbg.to">rarbg</a>
|
|
<a href="http://materialuicolors.co/">materialui colors</a>
|
|
<a href="http://gmail.com/">Gmail</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--Custom JS-->
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
</html> |