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

Implement hero and socials #366

Closed
wants to merge 7 commits into from
Closed
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
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<NuxtLayout>
<NuxtLayout name="default">
<NuxtPage />
</NuxtLayout>
</template>
4 changes: 2 additions & 2 deletions assets/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ html {
height: 100%;
margin: 0;
padding: 0;
color: $white;
background-color: $black;
// color: $white;
// background-color: $black;
}
38 changes: 36 additions & 2 deletions assets/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,44 @@
@layer components {
/* Titles */
.title-h1 {
@apply font-title text-4xl;
@apply font-title text-7xl;
font-weight: 600;
/* line-height: 1; */
line-height: 0.9;
color: #232323;
}
.title-h2 {
@apply font-title text-5xl;
font-weight: 600;
line-height: 1.5;
color: #232323;
}


.title-h3 {
@apply font-title text-5xl;
font-weight: 600;
line-height: 1.5;
color: #232323;
}

.title-h4 {
@apply font-title text-2xl;
font-weight: 600;
line-height: 1.5;
color: #232323;
}

.text {
@apply text-lg;
line-height: 1.5;
color: #333;
}

.subtitle {
@apply text-sm text-white-300;
}

/* Button */
.btn {
@apply w-full py-sm px-md cursor-pointer;
Expand All @@ -28,6 +61,7 @@
@apply bg-black-950;
}
.nav-link {
@apply text-white-50 hover:text-gray-500;
@apply text-black-950 hover:text-gray-500;
background: white;
}
}
6 changes: 6 additions & 0 deletions assets/svg/ado.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/svg/arrow_down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/svg/arrow_right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/svg/arrow_turn_right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/svg/bash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/svg/bulb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions assets/svg/circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/svg/dashes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading