Skip to content

Commit

Permalink
Update images on the index page with new editor features
Browse files Browse the repository at this point in the history
Edit index page text and add icons
  • Loading branch information
nfoert committed Oct 5, 2024
1 parent 8c4a13e commit c0f1676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cardie/main/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<img id="home_card_image" src="{% static '/main/images/home_cards.png' %}"></img>

<div id="home_card_text">
<p class="ui_text_header_left">Create a Card</p>
<p class="ui_text_header_left"><i class="ph-bold ph-cards"></i> Create a Card</p>
<ul>
<li class="ui_text_body">Add your name, title or pronouns to the top section</li>
<li class="ui_text_body">Add text information like your phone number, email, and more</li>
Expand All @@ -60,10 +60,11 @@
<img id="home_editor_image" src="{% static '/main/images/home_editor.png' %}"></img>

<div id="home_editor_text">
<p class="ui_text_header_left">Editor</p>
<p class="ui_text_header_left"><i class="ph-bold ph-pencil-simple"></i> Editor</p>
<ul>
<li class="ui_text_body">Add information and link items to your card</li>
<li class="ui_text_body">You can customize those items with a icon selector</li>
<li class="ui_text_body">Then, you can change the colors on your card and choose a font style</li>
<li class="ui_text_body">Once you're finished, copy a link to your card so you can share it with anyone</li>
</ul>
</div>
Expand Down
Binary file modified cardie/static/main/images/home_cards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cardie/static/main/images/home_editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0f1676

Please sign in to comment.