Skip to content

Commit

Permalink
agenda de marcacao
Browse files Browse the repository at this point in the history
versao 2
  • Loading branch information
Lipefsk05 committed May 24, 2024
1 parent 4b507b9 commit 36d7246
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 341 deletions.
143 changes: 0 additions & 143 deletions agenda de marcacao/agenda v1/calendario.html

This file was deleted.

Binary file removed agenda de marcacao/agenda v1/defaut.zip
Binary file not shown.
41 changes: 0 additions & 41 deletions agenda de marcacao/agenda v1/defaut/indexpadrao.html

This file was deleted.

134 changes: 0 additions & 134 deletions agenda de marcacao/agenda v1/defaut/stylepadrao.css

This file was deleted.

22 changes: 11 additions & 11 deletions agenda de marcacao/agenda v1/index.html → agenda v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ <h5 class="perfName">PERFIL</h5>
<main>
<h1 class="title">AGENDA DE CONSULTAS</h1>
<div class="calendar">
<header>
<div class="mes">
<button id="prevMonth">&lt;</button>
<h1 id="monthYear"></h1>
<button id="nextMonth">&gt;</button>
</header>
</div>
<table>
<thead>
<tr>
<th>Sun</th>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
</tr>
<ul class="days">
<li>Sun</li>
<li>Mon</li>
<li>Tue</li>
<li>Wed</li>
<li>Thu</li>
<li>Fri</li>
<li>Sat</li>
</ul>
</thead>
<tbody id="calendarBody">
</tbody>
Expand Down
File renamed without changes.
Loading

0 comments on commit 36d7246

Please sign in to comment.