Skip to content

Commit

Permalink
Merge pull request #42 from software-students-spring2024/fctico11
Browse files Browse the repository at this point in the history
Fctico11
  • Loading branch information
avachani authored Mar 4, 2024
2 parents 908bb50 + 0adb796 commit bb68112
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file added static/MoodMapLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions static/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ header, .description {
padding: 20px 0;
}

.logo {
width: 300px !important;
height: auto !important;
}

.description {
max-width: 400px;
margin: 0 auto;
Expand Down
1 change: 1 addition & 0 deletions templates/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<body>
<header>
<h1>Welcome to MoodMap</h1>
<img src="{{ url_for('static', filename='/MoodMapLogo.png') }}" alt="MoodMap Logo" class="logo"/>
<p class="description">MoodMap aims to create emotional awareness through a comprehensive tracker that
categorizes emotions into detailed subcategories, enabling users to monitor trends and foster personal growth on a daily and weekly basis.</p>
<h2>Try it out below!</h2>
Expand Down

0 comments on commit bb68112

Please sign in to comment.