diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-16 19:51:14 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-16 19:51:14 +0200 |
commit | 719015e5e67cf3ab9d528b57b88fb0598a2829fe (patch) | |
tree | 60d8a9f675631ecac5732e6272e58914f8566667 | |
parent | 00e29be4810c8df08b5a2d07ab64cf036ae942e4 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ ## Goal Implement the current web page in a responsive manner. -<img src="adjutor.xyz/img/web_page_template.jpg" alt="web_page_template"/> +<img src="https://adjutor.xyz/img/web_page_template.jpg" alt="web_page_template"/> ## Directives The only dynamic part of the page will be having a slider instead of a static image right below the header (a set of elements (each one consisting of an image and a description that will be shown one after one after a certain amount of time with the possibility to show the previous or the next element by clicking on a button on the left or a button on the right (use a left arrow for the button on the left and a right arrow for the button on the right)). |