generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README5
83 lines (51 loc) · 1.65 KB
/
README5
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
![CI logo](https://codeinstitute.s3.amazonaws.com/fullstack/ci_logo_small.png)
# TarotTales
(Developer: Terry Martin)
[Live webpage](terry-martin.github.io/tarot-tales/)
## Project Goals
### Creator Goals
- Build HTML and CSS project
- Create a three page website about tarot readings
- Home page to give general information around what we offer
- Cards page to give the user a view of some of the marjor cards
- Allow user to make a booking
### User Goals
- Learn about tarot
- View website offerings
- Select a date and time and make a booking
## User Experience
### Target Audience
The website is designed with the following target audience in mind:
- Project assessor
- Student peers
- People with an interest in html and css
- People with a interest in tarot cards
## Design
### Design Choices
The website was created with amobile first approach and scaled up for larger screens
## Technologies Used
### Languages
The following languages were used to develop the website:
- HTML
- CSS
### Frameworks and Tools
The following tools were used to develop the website:
- Gitpod
- Github
## Testing
##
- Checked in https://validator.w3.org/ with no errors
- Checked in https://jigsaw.w3.org/css-validator/ with no errors
- Checked in Lighthouse with scores at 100% in Accessobility, Best Practices and SEO
### Bugs
- Bug: Images not showing in deployed site
- Fix: Checnged file paths
- Bug: Unclosed tags flagged by checker
- Fix: CLosed tags
## Deployment
- Deplyed in GITHUB
- Dependencies placed in the `requirements.txt` file
Thanks to all the below:
- Classmates who are always on halnd to help out
- Slack community
- Course facilitator (Lewis Dillon)