Skip to content

Commit e080efc

Browse files
committed
deployement commit
0 parents  commit e080efc

11 files changed

Lines changed: 2 additions & 0 deletions

07ed6d5fa32c1d54af0f.ttf

414 KB
Binary file not shown.

0f6cb412603527bda691.ttf

10.6 KB
Binary file not shown.

0ff70dcbf135d859ebf3.ttf

204 KB
Binary file not shown.

17a6e1aebccdbaa39e78.ttf

66.4 KB
Binary file not shown.

6cfec8414be20e2c3426.woff2

4.69 KB
Binary file not shown.

7d3424497ea59a84bc39.png

6.59 KB
Loading

93f719f4d62bfa3e748c.woff2

154 KB
Binary file not shown.

bb8d5a145e22822103fb.woff2

115 KB
Binary file not shown.

bc3722686635b5f86132.woff2

24.9 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Odin-ToDo</title><link rel="icon" type="image/x-icon" href="7d3424497ea59a84bc39.png"/><script src="https://kit.fontawesome.com/4c536a6bd5.js" crossorigin="anonymous"></script><script defer="defer" src="main.js"></script></head><body><header class="header"><div class="header-left-section"><i class="fa-solid fa-check-double fa-2x"></i><h1 class="headerText">ToDo</h1></div><div class="header-right-section"><p id="currentDatetime"></p></div></header><main class="content"><nav class="sidebar"><div class="projects-wrapper"><div class="projects-header">Projects</div><div class="projects-list"></div><button class="button-add-project" id="button-add-project"><i class="fas fa-plus"></i> Add Project</button><div class="add-project-popup" id="add-project-popup"><input class="input-add-project-popup" id="input-add-project-popup"/><div class="add-project-popup-buttons"><button class="button-add-project-popup" id="button-add-project-popup">Add</button> <button class="button-cancel-project-popup" id="button-cancel-project-popup">Cancel</button></div></div></div></nav><section class="taskview"></section><div id="todoModal" class="modal"><div class="modal-content"><span class="close">&times;</span><h2>Create New ToDo</h2><form id="todoForm"><div class="title-wrapper"><label for="todoTitle">Title:</label> <input id="todoTitle" name="title" required/><br/><br/></div><div class="description-wrapper"><label for="todoDescription">Description:</label> <textarea id="todoDescription" name="description" required></textarea><br/><br/></div><div class="dudate-wrapper"><label for="dueDate">Due-date</label> <input type="date" id="dueDate" name="dueDate" required/></div><div class="priority-wrapper"><input type="radio" id="priority-low" name="priority" value="low" required/> <label for="priority-low">Low</label> <input type="radio" id="priority-medium" name="priority" value="medium" required/> <label for="priority-medium">Medium</label> <input type="radio" id="priority-high" name="priority" value="high" required/> <label for="priority-high">High</label></div><button type="submit" class="submit-todo">Add ToDo</button></form></div></div></main><footer class="footer"><p>Developed by @codedstrings</p><a href="https://github.com/codedstrings/odin-ToDo" target="_blank" rel="noopener" aria-label="github/codedstrings"><i class="fab fa-github"></i></a></footer></body></html>

0 commit comments

Comments
 (0)