-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
216 lines (189 loc) · 9.35 KB
/
index.php
File metadata and controls
216 lines (189 loc) · 9.35 KB
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POSAS, PAUL JUSTINE</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="container-fluid bg-primary">
<div class="upper p-3 py-4 text-white text-center ">
<h2>PHP Warm-Up Exercise</h2>
<h3> Table of Contents</h3>by Paul Justine A. Posas | Web Developer
</div>
<div class="row bg-secondary-subtle">
<div class="col-lg-4 col-md-12 col-sm-12 bg-secondary p-2 text-dark bg-opacity-10 ">
<div class="table-responsive">
<table class="table table-hover table-borderless ">
<thead>
<tr class="table-dark">
<th scope="col"></th>
<th scope="col">#</th>
<th scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<strong>Part 1</strong>
<i class="fa-regular fa-circle-check"></i>
</td>
<td>
01
</td>
<td class="data-left">
<a href="#">Diamond Pattern (Loops)</a>
</td>
</tr>
<tr>
<td>
<i class="fa-regular fa-circle-check"></i>
</td>
<td>
02
</td>
<td class="data-left">
The "X" Pattern (Loops)
</td>
</tr>
<tr>
<td>
<i class="fa-solid fa-circle-check"></i>
</td>
<td>
03
</td>
<td class="data-left">
<a href="/tasks/part1_exercise3.php">
The Arrowhead Right Pattern (Loops)</a>
</td>
</tr>
<tr>
<td>
<i class="fa-solid fa-circle-check"></i>
</td>
<td>
04
</td>
<td class="data-left">
<a href="/tasks/part1_exercise4.php">
The Grid Pattern (Loops) </a>
</td>
</tr>
<tr>
<td>
<strong>Part 2</strong>
<i class="fa-regular fa-circle-check"></i>
</td>
<td>
01
</td>
<td class="data-left">
The Random Character on Grid Generator
</td>
</tr>
<tr>
<td>
<i class="fa-regular fa-circle-check"></i>
</td>
<td>
02
</td>
<td class="data-left">
Manipulation of Multi-Dimensional Array (4x4) Grid
</td>
</tr>
<tr>
<td>
<i class="fa-regular fa-circle-check"></i>
</td>
<td>
03
</td>
<td class="data-left">
Arrays: Stack of Integers (FIFO)
</td>
</tr>
<tr>
<td>
<i class="fa-regular fa-circle-check"></i>
</td>
<td>
04
</td>
<td class="data-left">
Arrays: Queue of Integers (FIFO)
</td>
</tr>
<tr>
<td>
<i class="fa-regular fa-circle-check"></i>
</td>
<td>
05
</td>
<td class="data-left">
Form Grid Random Character Generator (2 Inputs)
</td>
</tr>
<tr>
<td>
<i class="fa-regular fa-circle-check"></i>
</td>
<td>
06
</td>
<td class="data-left">
Code function Debugging
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-lg-8 col-md-12 col-sm-8 px-5">
<a href="/index.php" class="btn btn-success my-3" role="button">
<i class="fa-solid fa-house-chimney text-white"></i> Back to Home</a>
<h1 class="display-4 py-3 text-primary">
<i class="fa-solid fa-dice text-danger"></i>
Welcome: Tasks Pane
</h1>
<p class="fs-5">
<strong>Note:</strong>
This is entirely made with my pure PHP Self-Coding with a little help of CSS Bootstrap.
There are pre-built functions included through research but well thought out and meticulously typed
through basic knowledge and foundations of PHP Programming. However, though it may seem that some
exercises
are not yet linked and completed due to lack of time, patience and concentration. But I will surely
get
it
done for sure in the coming days. I do hope that you would still consider my effort in preparing
this simple webpage presentation through rigorous training and support for my contribution of my
skills and knowledge in the field of I.T.
</p>
<div class="container-width py-3">
<p class="fst-italic p-3 mt-2 bg-primary-subtle text-emphasis-primary">To start, please hover to the
the
left pane to navigate through the links of the activities that
i've made using basic PHP coding. Thank you very much! ~ PaulJ</p>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-secondary">
<footer class="footer p-2 text-center text-white">
<h6>Coded and Developed by Paul Justine A. Posas | All Rights Reserved 2023</h6>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous">
</script>
</body>
</html>