Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added new-themes/Mamimi-Rain/images/mamimi_rain.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions new-themes/Mamimi-Rain/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!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="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&amp;display=swap"
rel="stylesheet"
/>
<title>Startpage</title>
</head>

<body>
<div class="wrapper">
<div class="bg"></div>
<div class="maincard">
<div class="content">
<div class="image">
<img class="box-img2" src="https://media1.tenor.com/m/g95du2NWPi8AAAAC/myself.gif" alt="images/mamimi_rain.gif" />
</div>
<div id="links" class="links">
<section>
<h3>Daily</h3>
<ul>
<li><a href="https://www.youtube.com/">Youtube</a></li>
<li><a href="https://github.com">Github</a></li>
<li><a href="https://web.whatsapp.com/">Whatsapp</a></li>
<li><a href="https://web.telegram.org/z/">Telegram</a></li>
</ul>
</section>
<section>
<h3>Social</h3>
<ul>
<li><a href="https://twitter.com/">Twitter</a></li>
<li><a href="https://www.reddit.com/">Reddit</a></li>
<li><a href="https://Instagram.com">Instagram</a></li>
<li><a href="https://discord.com/app">Discord</a></li>
</ul>
</section>
<section>
<h3>Coding</h3>
<ul>
<li><a href="https://www.w3schools.com/">W3School</a></li>
<li><a href="https://leetcode.com">LeetCode</a></li>
<li><a href="https://hackerrank.com">HackerRank</a></li>
<li><a href="https://FreeCodeCamp.org">FreeCodeCamp</a></li>
</ul>
</section>
<section>
<h3>Google</h3>
<ul>
<li><a href="https://mail.google.com/mail/u/0/">Gmail</a></li>
<li><a href="https://drive.google.com">Drive</a></li>
<li><a href="https://maps.google.com">Maps</a></li>
<li><a href="https://github.com/Nainish-Rai">Custom</a></li>
</ul>
</section>
</div>
</div>
<div class="search">
<form action="https://search.brave.com/search/">
<label for="q" autofocus>> find / </label>
<input
type="text"
placeholder="Type Here"
name="q"
autocomplete="off"
autofocus
/>
</form>
</div>
</div>
</div>
</body>
</html>
152 changes: 152 additions & 0 deletions new-themes/Mamimi-Rain/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro);

:root {
--background-color: #00e77f;
--link-hover: #9075D8;
--link-heading: #9075D8;
}

* {
padding: 0;
margin: 0;
}

html {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}

body {
background-color: rgb(36, 36, 36);
font-family: "Source Code Pro", monospace;
display: flex;
align-items: center;
justify-content: center;
}

.wrapper {
display: flex;
justify-content: center;
align-items: center;
margin-left: 4rem;
margin-top: -1rem;
}

.maincard {
display: flex;
flex-direction: column;
background-color: rgba(35, 35, 35, 0.902);
margin-top: 10%;
height: 800px;
width: 700px;
backdrop-filter: blur(7px);
box-shadow: 0px 0px 40px rgb(0, 0, 0);
}

.content {
display: flex;
gap: 3rem;
}

.image {
max-width: 50%;
margin-right: 60px;
}

img {
max-height: 680px;
max-width: 440px;
height: 680px;
padding-left: 10px;
width: 421px;
padding-top: 15px;
}

section {
display: flex;
flex-direction: column;
gap: 1rem;
}

.links {
display: flex;
flex-direction: column;
justify-content: space-evenly;
gap: 1.5rem;
width: 300px;
margin-top: 1rem;
padding-top: 5px;
margin-left: 40px;
color: aliceblue;
font-size: 20px;
font-weight: 100;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-width: 2px;
}

.links ul {
display: flex;
flex-direction: column;
gap: 0.12rem;
}

.links h3 {
color: #828282;
font-weight: 600;
align-items: center;
display: flex;
}

a:hover {
color: var(--link-hover);
transform: scale(2);
margin-bottom: 2px;
font-weight: 500;
}

a {
padding: 0px;
text-decoration: none;
color: aliceblue;
}

form {
font-size: 2.5rem;
margin-bottom: 0px;
padding-top: 0px;
border: none;
color: #f0f8ff;
}

form input {
border: none;
background-color: rgba(107, 102, 255, 0);
color: #aaa;
font-size: 30px;
font-weight: 500;
}

form input:focus {
outline: none;
}

.search {
display: flex;
align-items: center;
margin-top: 1.5rem;
margin-left: 1rem;
}

.bg {
height: 780px;
position: fixed;
width: 700px;
margin-left: -5rem;
margin-top: -2rem;
background-color: #171717;
background-image: radial-gradient(at 100% 0%, #1a1a1a 0px, transparent 50%), radial-gradient(at 80% 0%, #555755 0px, #00000000 50%), radial-gradient(at 0% 50%, #444544 0px, transparent 50%), radial-gradient(at 80% 50%, #252525 0px, #ff191900 50%), radial-gradient(at 0% 100%, #141614 0px, transparent 50%), radial-gradient(at 0% 50%, #141214 0px, transparent 50%);
box-shadow: 0px 0px 30px #939293;
}