Skip to content

Commit

Permalink
landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
mariascedasticity committed Dec 22, 2024
1 parent a1801be commit afe5b30
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
48 changes: 48 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,61 @@
max-width: 600px;
margin: 1rem auto;
}

.quote {
margin: 2rem auto;
max-width: 700px;
color: var(--text-dim);
font-size: 1.1rem;
border-left: 2px solid var(--purple-glow);
padding-left: 1.5rem;
opacity: 0.9;
}

.quote p {
margin: 0;
font-size: 1.2rem;
}

.quote cite {
display: block;
margin-top: 0.5rem;
font-style: normal;
color: var(--purple-glow);
opacity: 0.8;
}

.quote {
margin: 2rem auto;
max-width: 700px;
color: var(--text-dim);
font-size: 1.1rem;
border-left: 2px solid var(--purple-glow);
padding-left: 1.5rem;
}

.quote p {
margin: 0;
font-size: 1.2rem;
}

.quote cite {
display: block;
margin-top: 0.5rem;
font-style: normal;
color: var(--purple-glow);
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>DreamWhisper</h1>
<p>Share your dreams through voice, and let DreamWhisper guide you to their deeper meaning</p>
<blockquote class="quote">
<p><em>"The dream is a little hidden door in the innermost and most secret recesses of the soul."</em></p>
<cite>- Carl Jung</cite>
</blockquote>
<a href="https://github.com/yourusername/yourrepository" class="github-button">View on GitHub</a>
</div>
</header>
Expand Down

0 comments on commit afe5b30

Please sign in to comment.