-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.php
217 lines (213 loc) · 7.81 KB
/
data.php
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
217
<?php
/**
* Created by IntelliJ IDEA.
* User: Jean-Mathieu
* Date: 1/15/2016
* Time: 9:37 PM
*/
//Picture must be 700 x 300 px
$data = array(
[
'title' => 'TruckersMP',
'sub_title' => 'HTML, CSS, JQuery, MySQL and PHP' ,
'picture' => 'img/truckersmp.png',
'description' =>
"<ul>
<li>Created a Ban Appeal</li>
<li>Created a Report System</li>
<li>Created a News System on the home page</li>
<li>Created a Notifications System</li>
<li>Modifications of the permissions system</li>
<li>Modifications of the User's Profile Page</li>
<li>Fixed a lot of Fatal Error</li>
<li>800k+ Registered Users</li>
<li>And much more!</li>
</ul>",
'github' => '',
'link' => 'http://truckersmp.com/'],
[
'title' => 'JMDev Portfolio',
'sub_title' => 'HTML, CSS, JQuery and PHP' ,
'picture' => 'img/Portfolio.PNG',
'description' =>
"<ul>
<li>Displaying my project</li>
<li>Having an array to display my project</li>
</ul>",
'github' => 'https://github.com/jean8mathieu/PortfolioV2',
'link' => 'http://jmdev.ca/'],
[
'title' => 'Soulfx',
'sub_title' => 'HTML and CSS' ,
'picture' => 'img/soulfx.PNG',
'description' =>
"<ul>
<li>Creating a HTML template from a PSD file</li>
<li>Mobile Friendly</li>
</ul>",
'github' => 'https://github.com/jean8mathieu/SoulFX',
'link' => 'http://www.jmdev.ca/soulfx'],
[
'title' => 'Address To Long & Lat',
'sub_title' => 'Google Maps API, Bing Maps API, MapQuest API, OpenCage API JQuery, HTML, CSS and Javascript' ,
'picture' => 'img/postalcode.PNG',
'description' =>
"<ul>
<li>Send a address and receive the Latitude and Longitude</li>
<li>View Longitude and Latitude returned by each API on Google Maps</li>
<li>View the JSON / XML information returned by each API</li>
<li>Website is fully dynamic</li>
</ul>",
'github' => '',
'link' => 'http://www.jmdev.ca/postalcode'],
[
'title' => 'Live Chat',
'sub_title' => 'Web Socket, PHP, JQuery, HTML, CSS and Javascript' ,
'picture' => 'img/chat.PNG',
'description' =>
"<ul>
<li>Created a live chat using Web Socket</li>
<li>Encoding / Decoding using Javascript</li>
<li>Communication between Server and Client</li>
</ul>",
'github' => '',
'link' => 'http://www.jmdev.ca/chat/'],
[
'title' => 'ASheriff Technical Solutions INC',
'sub_title' => 'Wordpress' ,
'picture' => 'img/asheriff.PNG',
'description' =>
"<ul>
<li>Created a website using Wordpress</li>
<li>Maintaining the website</li>
</ul>",
'link' => 'http://asherifftechnicalsolutionsinc.ca/'],
[
'title' => 'IMTGROUP',
'sub_title' => 'Wordpress' ,
'picture' => 'img/imt.PNG',
'description' =>
"<ul>
<li>Created a website using Wordpress</li>
<li>Maintaining the website</li>
</ul>",
'link' => 'http://www.imtgroup.ca/'],
[
'title' => 'E-IP',
'sub_title' => 'Wordpress' ,
'picture' => 'img/e-ip.PNG',
'description' =>
"<ul>
<li>Created a website using Wordpress</li>
<li>Maintaining the website</li>
</ul>",
'link' => 'http://e-ip.ca/'],
[
'title' => 'Sheridan Coding',
'sub_title' => 'HTML, CSS, JQuery, MySQL, Facebook API and PHP' ,
'picture' => 'img/sheridancoding.PNG',
'description' =>
"<ul>
<li>Content Management System</li>
<li>Creating, Editing and Deleting An Article</li>
<li>Images Collection</li>
<li>Ability To Create Private Article (Accessible by a link only)</li>
<li>Automatically sharing on Facebook using Facebook API</li>
<li>Facebook Plugin (Like, Comment, Share)</li>
<li>IP / Session Tracking</li>
<li>IP Ban System</li>
<li>Views Tracker</li>
<li>And much more!</li>
</ul>",
'github' => 'https://github.com/jean8mathieu/SheridanCoding',
'link' => 'https://www.jmdev.ca/sheridan'],
[
'title' => 'Twitch Signature Generator',
'sub_title' => 'HTML, CSS, JQuery, Twitch API and PHP' ,
'picture' => 'img/Twitch.PNG',
'description' =>
"<ul>
<li>Create a Dynamic Picture</li>
<li>Getting the information from Twitch API</li>
<li>Dynamic Page using JQuery</li>
</ul>",
'link' => 'https://www.jmdev.ca/twitch'],
[
'title' => 'Task2Text',
'sub_title' => 'HTML, CSS, JQuery, PHP, MySQL and Cron Job' ,
'picture' => 'img/task2text.PNG',
'description' =>
"<ul>
<li>Create, Edit and Delete Notifications</li>
<li>Receive the notifications on time</li>
<li>Dynamic Page using JQuery</li>
</ul>",
'github' => '',
'link' => 'https://www.jmdev.ca/task2text'],
[
'title' => 'URL Shortner',
'sub_title' => 'HTML, CSS, JQuery, PHP and MySQL' ,
'picture' => 'img/url_new.PNG',
'description' =>
"<ul>
<li>Submit a URL and get a shorter URL</li>
<li>Dynamic Page</li>
<li>Fast Redirection</li>
</ul>",
'github' => 'https://github.com/jean8mathieu/UrlShortner',
'link' => 'https://www.jmdev.ca/url'],
[
'title' => 'Pretty JSON',
'sub_title' => 'HTML, CSS and JQuery' ,
'picture' => 'img/json.PNG',
'description' =>
"<ul>
<li>Format a JSON to be easier to read</li>
<li>Dynamic Page</li>
</ul>",
'github' => '',
'link' => 'https://www.jmdev.ca/json'],
[
'title' => 'Tracking System',
'sub_title' => 'HTML, CSS, Javascript, PHP, MySQL, Google Maps API' ,
'picture' => 'img/sorry.jpg',
'description' =>
"<ul>
<li>Sent your Latitude and Longitude and your friend see it on the Map</li>
</ul>",
'github' => '',
'link' => ''],
[
'title' => 'Text To Voice',
'sub_title' => 'HTML, CSS, PHP and Google API' ,
'picture' => 'img/sorry.jpg',
'description' =>
"<ul>
<li>Send text to the API and get a audio file back</li>
</ul>",
'link' => ''],
[
'title' => 'NMC',
'sub_title' => 'HTML, CSS, PHP and MySQL' ,
'picture' => 'img/nmc.PNG',
'description' =>
"<ul>
<li>Created an easy to manage squad system</li>
<li>Created a landing page</li>
<li>Forum Signature Generated Dynamicly depending on the rank of the person</li>
<li>Timesheet System</li>
</ul>",
'github' => '',
'link' => ''],
[
'title' => '1CPB',
'sub_title' => 'HTML, CSS, PHP, MySQL, XML and Javascript' ,
'picture' => 'img/sorry.jpg',
'description' =>
"<ul>
<li>Automated Squad.xml</li>
<li>Dynamic gear setup for each group</li>
</ul>",
'github' => '',
'link' => ''],
);