-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmywebsites.html
174 lines (164 loc) · 6.5 KB
/
mywebsites.html
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--Chart.js-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" type="text/css" href="assets/css/mywebsites.css" />
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<title>WebSite Projects</title>
</head>
<body class="color-right">
<div class="container color-right">
<div class="projects">
<div class="project color-left">
<div class="graph">
<canvas class="graph-area"
id="graph-1"></canvas>
</div>
<div class="descript">
<h1 class="title">School Website</h1>
<h2 class="status">Static</h2>
<h3 class="objective">Site visitors can learn about the school</h3>
<p class="desc">
The website designed in such a way that it requires minimal
maintenace.
</p>
</div>
<div class="link">
<span class="link-site">Visit<a href="#"> Website</a> or <a href="http://">Repository</a> on GitHub</span>
</div>
</div>
<div class="project color-right">
<div class="graph">
<canvas class="graph-area"id="graph-2"></canvas>
</div>
<div class="descript">
<h1 class="title">Recipe Website</h1>
<h2 class="status">Dynamic</h2>
<h3 class="objective">Site visitors can either:</h3>
<ul class="desc">
<li>View Different menus and how to prepare the food</li>
<li>Can add own menus on the website</li>
<li>Change ingredients amount depending on size of serving</li>
</ul>
</div>
<div class="link">
<p>Site Developed as a project (Complete JavaScript Course 2023: from zero to expert - Jonas Schmedtman) on Udemy online Courses</p>
<span class="link-site">Visit<a href="#"> Website</a> or <a href="http://">Repository</a> on GitHub</span>
</div>
</div>
<div class="project color-left">
<div class="graph">
<canvas class="graph-area"id="graph-3"></canvas>
</div>
<div class="descript">
<h1 class="title">Book Sale Website</h1>
<h2 class="status">Dynamic</h2>
<h3 class="objective">Site users can buy or sell books</h3>
<ul class="desc">
<li>View products on the site</li>
<li>Users can buy or sell books once they login</li>
<li>The website is linked to MongoDB</li>
</ul>
</div>
<div class="link">
<p>Site Developed as a project (The Web Developer Bootcamp 2022 - Colt Steele) on Udemy online Courses</p>
<span class="link-site">Visit<a href="#"> Website</a> or <a href="http://">Repository</a> on GitHub</span>
</div>
</div>
<div class="project color-right">
<div class="graph">
<canvas class="graph-area"id="graph-4"></canvas>
</div>
<div class="descript">
<h1 class="title">Game WebSite</h1>
<h2 class="status">Static</h2>
<h3 class="objective">Dice Game</h3>
<p class="desc">
Two players can set a number of which the first player reaches becomes a winner. There are set rules in the game that will be followed.
</p>
</div>
<div class="link">
<p>Site Developed as a project (Complete JavaScript Course 2023: from zero to expert - Jonas Schmedtman) on Udemy online Courses</p>
<span class="link-site">Visit<a href="#"> Website</a> or <a href="http://">Repository</a> on GitHub</span>
</div>
</div>
<!--div class="project color-left">
<div class="graph">
<canvas id="graph-5"></canvas>
</canvas
>
</div>
<div class="descript">
<h1 class="title">School Website</h1>
<h2 class="status">Static</h2>
<h3 class="objective">Site visitors can learn about the school</h3>
<p class="desc">
The website designed in such a way that it requires minimal
maintenace.
</p>
</div>
<div class="link">
<a href="#" class="site-link">Visit Website</a>
</div>
</div>
<div class="project color-right">
<div class="graph">
<canvas id="graph-6"></canvas>
</div>
<div class="descript">
<h1 class="title">School Website</h1>
<h2 class="status">Static</h2>
<h3 class="objective">Site visitors can learn about the school</h3>
<p class="desc">
The website designed in such a way that it requires minimal
maintenace.
</p>
</div>
<div class="link">
<a href="#" class="site-link">Visit Website</a>
</div>
</div>
<div class="project color-left">
<div class="graph">
<canvas id="graph-7"></canvas>
</div>
<div class="descript">
<h1 class="title">School Website</h1>
<h2 class="status">Static</h2>
<h3 class="objective">Site visitors can learn about the school</h3>
<p class="desc">
The website designed in such a way that it requires minimal
maintenace.
</p>
</div>
<div class="link">
<a href="#" class="site-link">Visit Website</a>
</div>
</div>
<div class="project color-right">
<div class="graph">
<canvas id="graph-8"></canvas>
</div>
<div class="descript">
<h1 class="title">School Website</h1>
<h2 class="status">Static</h2>
<h3 class="objective">Site visitors can learn about the school</h3>
<p class="desc">
The website designed in such a way that it requires minimal
maintenace.
</p>
</div>
<div class="link">
<a href="#" class="site-link">Visit Website</a>
</div>
</div>
</div-->
</div>
<div id="homeBtn"
><a href="index.html"> Back To Home Page</a></div>
<script type="text/javascript" src="assets/js/mywebsites.js"></script>
</body>
</html>