7b8e81e1f7
Added SAML-Toolkits php-saml to composer and installed it to the vendor folder. Implemented SSO with JumpCloud
...
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 31s
Signed-off-by: rodude123 <rodude123@gmail.com>
2024-01-01 13:52:30 +00:00
a5f17a70ed
Fixed some bugs in the newsletter images, made some minor improvements in other areas. Added in unsubscribe functionality
...
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 21s
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-12-13 03:10:23 +00:00
52614e5835
Added in a cookie popup and proper newsletter functionality
...
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 21s
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-12-06 00:38:33 +00:00
5b063afad3
Got keywords from text using rake-php-plus and then stored in the DB, then used it to append the keywords to the meta tag.
...
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 20s
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-11-18 13:06:27 +00:00
f27a5113b1
Created feeds and UI for feeds and newsletter
...
🚀 Deploy website on push / 🎉 Deploy (push) Successful in 19s
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-11-14 01:03:17 +00:00
b4ab7900db
added backend search functionality
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-10-31 19:36:51 +00:00
57aa831cdf
Created blog post page and updated a few things here and there to work with the blog post page. Has comments and a sidebar.
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-10-18 00:28:34 +01:00
4a503169de
Updated CKEditor config to support styles and code block from
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-08-17 19:59:48 +01:00
3b71ba4d23
Added the ability to edit and delete posts which includes uploading of images for the posts and managing those images
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-07-12 03:29:56 +01:00
61b8d3a987
Used CKEditor for being able to edit the post body. Added the ability to make a post and send it to the backend. Formatted post on backend by moving images into respective directory with the post name and unique ID. Showed message if errored or succeeded.
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-06-26 03:54:25 +01:00
3ccc7de5b4
Setup initial backend for the blog posts and added in the link to the pages
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-06-06 16:04:39 +01:00
df61b0be85
Final fixes to the website which should have been committed in the previous branch :(
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-03-05 19:41:02 +00:00
d4cc915524
Fixed mobile view of pages on projects page
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-02-24 02:15:20 +00:00
048dc0b58b
changed how a few code snippets work and added in all projects section to view all the current projects includig <div class="grid__item"></div>
...
<div class="grid__item"></div>
<div class="grid__item"></div>
<div class="grid__item"></div>the one as the main
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-02-23 18:53:28 +00:00
db7c12857e
Added in ability to edit the project data item, although backend is not completed yet.
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-02-03 01:20:55 +00:00
cef7cc5e64
Base HTML for projects section completed
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2023-01-17 01:56:03 +00:00
d963904174
Completed reset password section and added in eye button to toggle between shown and hidden password.
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2022-09-14 13:35:58 +01:00
d8e16e8de1
Added in base code for reset email
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2022-08-07 22:34:31 +01:00
90a3e4f533
Added in editor login feature to login into editor
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2022-07-29 20:00:36 +01:00
2dabc63fe5
added in footer css and js for button
2022-01-24 00:19:48 +00:00
4764deb58f
Added in error hovering to the form and fixed some warnings
2022-01-11 19:51:53 +00:00
a4fbd2a385
Added mobile view fir contact section
2022-01-01 18:48:52 +00:00
1a9924e539
added in contact links in the find me section of the contact section
2021-12-30 16:08:47 +00:00
9c4e487b11
Linked backend to frontend and fixed basic formatting in few files
2021-12-28 21:20:00 +00:00
9a282cb305
created backend for project section and updated the css for the images
2021-09-28 11:29:26 +01:00
33dd85d162
Chane browser sync task to proxy in the backend from the server and also serve the local files. Fixed some styling issues with the images and buttons
2021-09-23 15:25:38 +01:00
c323924d77
Styled the main project section for mobile
2021-09-15 11:38:11 +01:00
d304149f9b
Created project sections front end with dummy images and text for now. Not mobile compatible yet.
2021-09-13 18:03:20 +01:00
87f29b1439
fixed cv timeline view on mobile
2021-09-06 19:20:44 +01:00
03a6f74fab
Added about css as forgot to add in previous branch
2021-09-02 22:38:57 +01:00
930ad63d38
Fixed CV timeline layout issues
2021-09-02 22:31:45 +01:00
433ef3ae43
Factored out CSS to different files.
2021-09-01 20:37:31 +01:00
b88c35ca5b
Linked backend with frontend and styled curriculum vitae for mobile
2021-08-31 18:50:08 +01:00
7d901093bf
Styled timelines. Still need to populate with real data
2021-08-16 23:46:16 +01:00
c4ddf96045
increased height of typewriter heading
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2021-08-01 13:10:33 +01:00
10a5117eb1
styled about section to all sizes
...
Signed-off-by: rodude123 <rodude123@gmail.com>
2021-08-01 12:55:25 +01:00
e7c045f9e2
added in typewriter effect to header
2021-07-31 16:32:18 +01:00
de9d40066c
Navigation completed, updated links active status with scrolling. Updated gulpfile.js to use terser instead as it supports es6
2021-07-31 15:39:40 +01:00
d2a50070a6
Main off canvas navigation finished
2021-07-31 11:49:38 +01:00
50ab7f40be
Started work on off canvas navigation and standardized a few properties
2021-07-19 20:00:26 +01:00
447cc814e9
Updated form input type submit
2021-07-17 19:08:13 +01:00
d257d734bb
Updated button styles to have hover
2021-07-09 17:14:02 +01:00
4665a390fa
added in all the fonts necessary and .gitignore
2021-07-07 00:31:12 +01:00
942377a579
Created base layout for the html. Imported normalize.css for browser compatibility. Updated gulpfile.js to fix reloading issues when watching the dist folder
2021-07-02 13:18:52 +01:00
ed71e86c75
Added base files for website
2021-06-29 22:23:24 +01:00