Skip to content

Commit

Permalink
frontpage content
Browse files Browse the repository at this point in the history
  • Loading branch information
eliooooooo committed Mar 20, 2024
1 parent 7cb615f commit 1bdaca5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
2 changes: 0 additions & 2 deletions chart-my-time/app/views/includes/menu.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
</svg>
</span></li>
{% endif %}
<li><a href="#">Stats</a></li>
</ul>
<ul class="absolute bottom-24 flex mx-8" >
<li class="hover:cursor-pointer text-gray-400">
Expand Down Expand Up @@ -140,7 +139,6 @@
</svg>
</li>
{% endif %}
<li><a href="#">Stats</a></li>
<li><a href="legalInfos" class="text-gray-400" >Legal notices</a></li>
</ul>
<ul class="flex flex-row w-full justify-between px-8 border-t-[1px] border-gray-400 pt-4 pb-4">
Expand Down
13 changes: 7 additions & 6 deletions chart-my-time/app/views/page/frontpage.html.twig
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{% extends "page.html.twig" %}

{% block main %}
{# <div class="circleContainer w-[100vw] sm:w-[600px] absolute top-1/2 -translate-y-1/2 m-auto left-1/2 -translate-x-1/2"></div> #}
<div class="bg-white flex absolute flex-col gap-5 p-5 align-center justify-center text-center top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
<h1 class="text-2xl font-bold">Bienvenue sur Chart My Time</h1>
<p>Elle sera construite plus tard, le site est encore en construction, des problèmes peuvent encore survenir !</p>
<div class="circleContainer w-[100vw] sm:w-[600px] absolute top-1/2 -translate-y-1/2 m-auto left-1/2 -translate-x-1/2"></div>
<div class="containerError w-full md:w-2/3 lg:w-1/2 max-w-[900px] bg-white flex absolute flex-col gap-5 p-5 align-center justify-center text-left top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
<h1 class="text-2xl font-bold text-center">Welcome to Chart My Time</h1>
<p>Chart My Time is a powerful tool designed to help you track and visualize your time. Whether you're a freelancer tracking hours for clients, a student monitoring study time, or just someone interested in understanding how your time is spent, Chart My Time is the perfect solution for you.</p>
<span class="text-center block border-2 border-black p-5 w-fit mx-auto rounded-md"><span class="text-xl font-bold">Start now !</span> <br> <a href="user?action=login" class="underline font-normal">Create an account</a> </span>
<p>With our intuitive interface, you can easily create workspaces, add the time you have spend on each workspace and then you can see time usage in each workspaces. Start taking control of your time today with Chart My Time.</p>
</div>

{% endblock %}
{% block scripts %}
{# <script src="dist/circle.js"></script> #}
<script src="dist/circle.js"></script>
{% endblock %}
12 changes: 1 addition & 11 deletions raf.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
Update feature on workspace

Update feature on username

gestion des erreurs toolbar

validation on user delete account

cookies ?

click form monthYear
gestion des erreurs toolbar

0 comments on commit 1bdaca5

Please sign in to comment.