Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new space theme with responsiveness and tailwindCSS. #97

Merged
merged 4 commits into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can fork this repository to your own account and there configure your person

## How to see statistics?

You can use any statiscs platform of your choosing that is based on client javascript. We recommend the following:
You can use any statistics platform of your choosing that is based on client javascript. We recommend the following:

- [Amplitude](https://amplitude.com/homepage)
- [Hotjar](https://www.hotjar.com/)
Expand Down
3 changes: 3 additions & 0 deletions Templates/Space Theme/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file added Templates/Space Theme/download.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions Templates/Space Theme/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<!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" />
<title>Space Theme by Mohit Aasirwal</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="/styles.css" />
<!-- import icons here and use as you want -->
</head>
<body>
<div>
<img
class="w-fit hidden sm:opacity-60 sm:flex z-0"
src="thumb-1920-936378.jpg"
alt="background-img"
/>
</div>
<div class="sm:flex sm:justify-start sm:items-start">
<div class="moon-animation opacity-30 sm:opacity-100 z-10">
<div class="container sm:mt-28">
<p class="letter letter-M">M</p>
<div class="moon">
<div class="orbit">
<p>O</p>
</div>
</div>
<p class="letter letter-N">N</p>
</div>
</div>
</div>
<div class="profile flex mt-10 flex-col justify-center rounded-full items-center">
<img
src="download.jpg"
class="rounded-full border border-red-600"
alt="profile"
/>
<h2 class="text-white font-bold py-2">Name Surname</h2>
<p class="text-white font-thin">designation</p>

</div>
<div
class="links flex flex-wrap sm:flex-row flex-col my-40 gap-6 overflow-hidden justify-center items-center"
>
<div
class="w-auto h-auto bg-teal-700 rounded-lg px-3 py-2 hover:bg-teal-900 cursor-pointer text-emerald-500"
>
Instagram
</div>
<div
class="w-auto h-auto bg-teal-700 rounded-lg px-3 py-2 hover:bg-teal-900 cursor-pointer text-emerald-500"
>
twitter
</div>
<div
class="w-auto h-auto bg-teal-700 rounded-lg px-3 py-2 hover:bg-teal-900 cursor-pointer text-emerald-500"
>
Facebook
</div>
<div
class="w-auto h-auto bg-teal-700 rounded-lg px-3 py-2 hover:bg-teal-900 cursor-pointer text-emerald-500"
>
Github
</div>
<div
class="w-auto h-auto bg-teal-700 rounded-lg px-3 py-2 hover:bg-teal-900 cursor-pointer text-emerald-500"
>
LinkedIn
</div>
<div
class="w-auto h-auto bg-teal-700 rounded-lg px-3 py-2 hover:bg-teal-900 cursor-pointer text-emerald-500"
>
Discord
</div>
</div>
<footer>
<p
class="flex justify-center items-center text-gray-900 sm: px-10 bg-amber-600 mx-5"
>
Space theme by Mohit Aasirwal
</p>
</footer>
</body>
</html>
12 changes: 12 additions & 0 deletions Templates/Space Theme/node_modules/.bin/acorn

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Templates/Space Theme/node_modules/.bin/acorn.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Templates/Space Theme/node_modules/.bin/acorn.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Templates/Space Theme/node_modules/.bin/cssesc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Templates/Space Theme/node_modules/.bin/cssesc.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Templates/Space Theme/node_modules/.bin/cssesc.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Templates/Space Theme/node_modules/.bin/detective

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Templates/Space Theme/node_modules/.bin/detective.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Templates/Space Theme/node_modules/.bin/detective.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Templates/Space Theme/node_modules/.bin/nanoid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Templates/Space Theme/node_modules/.bin/nanoid.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Templates/Space Theme/node_modules/.bin/nanoid.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Templates/Space Theme/node_modules/.bin/resolve

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions Templates/Space Theme/node_modules/.bin/resolve.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions Templates/Space Theme/node_modules/.bin/resolve.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading