-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
50 lines (50 loc) · 4.38 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"crossCorse": {
"typeOfProject": "Cross Corse",
"projectName": "Rainydays",
"githubLink": "https://github.com/JosefineFH/ecommerce-Rainyday",
"liveVersion": "https://rainydaysecommerce.netlify.app/",
"scriptLanguages": [
"JavaScript",
"HTML",
"CSS",
"Wordpress"
],
"wantToUpdate": [
"<p>After I added WordPress to rainy days the whole shopping cart needed to be redone. Because the plus and minus buttons didn't work anymore, not the price calculation, or the local storage for the price. </p><p>I ended up finishing the plus and minus buttons after a lot of back and forth with the functions. </p><br><br><h2>What I have left to do:</h2><p>- the price calculating</p><p>- local storage for the total price.</p><p>- the checkout page</p><p>- I wanted to connect the registration for subscribing to work with WordPress and have a message appear when the registration is done.</p></div>"
]
},
"semesterProject": {
"typeOfProject": "Semester Project",
"projectName": "The Science Museum",
"githubLink": "https://github.com/JosefineFH/semester_project_1",
"liveVersion": "https://community-museum.netlify.app/",
"scriptLanguages": [
"JavaScript",
"HTML",
"CSS",
"Wordpress"
],
"wantToUpdate": [
"<img src=\"/image/thesciensmuseum.jpg\" alt=\"The science museum\">",
"<h2>What is new on this project</h2>",
"<ul><li>Added WordPress as a backend.</li></ul><h3>Changes on the landing page:</h3><ul><li>The header image has been switched whit a gallery image.</li><li>CSS: added clip-path on the header image and the background image on the event section. Also added background attachment: fixed to have a parallax scrolling effect.</li></ul><h3>Changes when it comes to events:</h3><ul><li>All the events are added on WordPress between the plugin The Event Calendar. Using the plugin, you can add the date, time, title, prices, images, and other info needed for an event.</li><li>Add specific events page where all the info about the events is. Here is also a contact form for booking an event. </li></ul><p>I have also added javascript to the form, and of course, I have used javascript to fetch the events from WordPress.</p><h3 class=\"updates_to_come\">What I want to update:</h3><ul><li>Look more into the event plugin to add direct booking and a count for how many available tickets are. When that number is reached, the event is fully booked. </li></ul><p> </p>"
]
},
"projectExam": {
"typeOfProject": "Project Exam",
"projectName": "Photographer Josefine Holth | Blog",
"githubLink": "https://github.com/JosefineFH/Josefine_Holth_Photo_Portfolio",
"liveVersion": "https://fotografjosefineholth.netlify.app/",
"scriptLanguages": [
"JavaScript",
"HTML",
"CSS",
"Wordpress"
],
"wantToUpdate": [
"<p class=\"content\">I added a new page called archive, both HTML, CSS and JavaScript files. I had an idea about this page before I delivered the exam project. But I didn't find the time for it before now.</p><p class=\"content\">The link for the page is added in the footer. When you loaded all of the blog content, and you get the "there are no more posts to load for now". There is also a link there. Same when you are on the gallery page and you click on a category with no content. There is a link to the archives.</p><p class=\"content\">There is a search field on the archive page that you can search for whatever you want. It starts to search instantly as you type a letter in. There is also a sub-menu coming from my API with a category in WordPress. I have put in an if statement that says if there is there is 0 blog posts in the category it will not show.</p><p class=\"content\">This was one of the level 2 tasks for the exam. I had already done the one with post data from the contact form to WordPress. And the task of submitting a comment on the blog posts. I don't know if I should or want to have that on a portfolio blog page.</p>",
"<a class=\"a_link\" target=\"_blank\" href=\"https://fotografjosefineholth.netlify.app/archives.html\"><div class=\"a_link_border\">Archive Page</div></a>"
]
}
}