diff --git a/about.php b/about.php new file mode 100644 index 0000000..011ae0d --- /dev/null +++ b/about.php @@ -0,0 +1,18 @@ + + + + + + + + + + +
+

+ Sorry, I've not written anything for here yet. +

+
+ + + \ No newline at end of file diff --git a/contact.php b/contact.php index a4e4c99..02ca24c 100644 --- a/contact.php +++ b/contact.php @@ -1,48 +1,22 @@ + + + - - - - Contact - - + - - - -

Contact

-
- Add me to your contacts -

Find me elsewhere

- - -
- - - + + + +
+

+ I will build a contact form here. For the moment: +
+ Add me to your contacts +
+ or check out my social links in the menu. +

+
+ \ No newline at end of file diff --git a/email-safety.php b/email-safety.php index 9091371..b861307 100644 --- a/email-safety.php +++ b/email-safety.php @@ -1,65 +1,60 @@ + + + - - - - Email Safety - - + - - - -

Email Safety

-
+ + + +

You are probably here beacuse you clicked a link in an email that I sent you. I was going to link to a quick guide to email safety but all I could find were specific guides aimed at children or the elderly. In the end I decided to throw a rough guide together. +

+ +

Phishing

+

+ Phishing is a technique used to try and get personal information from you. It could be styled to look like it is from a service that you use or a person that you know. Be on the lookout for: +

+
+
Spelling or grammatical errors
+
You will usually see spelling or grammatical errors, some people hypothesise that this is to weed out people that are savvy to the scam before they proceed
+
Urgent calls to action
+
Scam artists will use urgent language to invoke an emotive response, this can prevent you evaluating whether the email is genuine before you act.
+
Unusual sender addresses
+
Scam artists will usually send emails from an unusual looking address such as 'security-banking.xyz' or 'banking.something.xyz'. Elements of the address may even include the name of a trusted business or person.
+
+ +

+ Even after checking for all of the above, it could be the case that the scam artist is sending an email from a real, trusted address. This is possible by hacking or spoofing. It is important that your email account is kept secure with a strong password - this helps to prevent your email address being used by scam artists.

-

Phishing

-

- Phishing is a technique used to try and get personal information from you. It could be styled to look like it is from a service that you use or a person that you know. Be on the lookout for: -

-
-
Spelling or grammatical errors
-
You will usually see spelling or grammatical errors, some people hypothesise that this is to weed out people that are savvy to the scam before they proceed
-
Urgent calls to action
-
Scam artists will use urgent language to invoke an emotive response, this can prevent you evaluating whether the email is genuine before you act.
-
Unusual sender addresses
-
Scam artists will usually send emails from an unusual looking address such as 'security-banking.xyz' or 'banking.something.xyz'. Elements of the address may even include the name of a trusted business or person.
-
- -

- Even after checking for all of the above, it could be the case that the scam artist is sending an email from a real, trusted address. This is possible by hacking or spoofing. It is important that your email account is kept secure with a strong password - this helps to prevent your email address being used by scam artists. -

- -

Tampering

-

+

Tampering

+

Generally, email is an insecure means of communication. It is possible for an email to be viewed or tampered with whilst it is being transmitted. -

-

+

+

Because of this, it is important that you review links and attachments before opening them. Web browsers are improving on the security front and often alert you if you try to open a link to a scam website or that tries to download a file but you should still hover over the link which can reveal the actual destination. Attachments should be scanned for viruses or threats before you open them. -

+

-

Signing & Encryption

-

+

Signing & Encryption

+

There are technologies to digitally sign and/or encrypt email messages, both PGP and S/MIME are available. -

-

+

+

As secure instant messaging becomes more widespread email signing and encryption is becoming less common with people leaning towards services such as WhatsApp, Signal and Telegram for secure communication. -

-

+

+

S/MIME is more widely supported but does mean that you have to buy a certificate, cheaper certificates do not provide proof of the person sending the email, however your email client can use the certificate to check whether the email has been tampered with. More expensive certificates are available that you can use to prove your identity - these are the type of certificated used to digitally sign documents such as PDF files. -

-

- PGP is not as widely supported and is more complicated for the end user, however there is no cost as you generate certificates yourself. It is then up to the sender to validate your identity, you can read more about PGP on my PGP page. -

-

+

+

+ PGP is not as widely supported and is more complicated for the end user, however there is no cost as you generate certificates yourself. It is then up to the sender to validate your identity, you can get my public keys here. +

+

Both S/MIME and PGP also support encryption which involves sharing your certificates public key with others, an email can only be encrypted with that public key. It is also possible to encrypt an email with a password. I won't go on further as email encryption is a bit out of scope here. -

-
- - - +

+
+ \ No newline at end of file diff --git a/index.php b/index.php index 207e27d..9e3d9fe 100644 --- a/index.php +++ b/index.php @@ -1,41 +1,24 @@ - - + + - - - Fred Boniface - - + - - - -

Hello

-
-

- I'm Fred Boniface - a year old Rail - Professional with many interests outside of work and while I do have - many opinions about the state of the rail industry at present, this - website aims to be about my personal life and interests, rather than my - work. -

- -

- I am married to Jade and we have two children, Lucy & Ava-Rose - both - in school. I will get around to adding some images to this page - I - promise. -

- -

- To keep this homepage simple and easy to digest, I won't waffle on - about too much here, but there is more to read about each topic on - the relevant page. -

-
- - - + + + +
+

+ Hello, I'm Fred, a year old + rail professional and Local RMT Rep. I don't intend for + this to be about work though, I do lots of hobbies on the + side and you can read about them here. +

+

+ I will eventually write more here and probably throw in some photos. +

+
+ \ No newline at end of file diff --git a/js/navbar.js b/js/navbar.js index fc4a01e..de4cebd 100644 --- a/js/navbar.js +++ b/js/navbar.js @@ -1,11 +1,3 @@ -function inflateSidebar() { - document.getElementById("sidebar").style.width = "150px"; -} - -function collapseSidebar() { - document.getElementById("sidebar").style.width = "0px"; -} - function sidebarOpen() { document.getElementById("sidebar").style.width = "50%"; document.getElementById("sidebar_open_short").style.display = "none"; diff --git a/keys.php b/keys.php index 118e564..d4f117f 100644 --- a/keys.php +++ b/keys.php @@ -1,23 +1,33 @@ + + + - - - - GPG/PGP - - + - - - -

Keys

-
+ + + +
+

+ I'll publish my public keys here, primarily so I have easy access to them + myself. You can use them to check my identity when I send signed emails, etc. +

+

SSH

- Download SSH Public Key + My current public SSH key has no expiry date. +
+ Download Public SSH key

-
- - - +

GPG

+

+ My GPG Key is currently unavailable +

+

S/MIME

+

+ I do not currently hold a valid S/MIME Certificate +

+
+ \ No newline at end of file diff --git a/new_index.html b/page-blocks/MASTER.html similarity index 100% rename from new_index.html rename to page-blocks/MASTER.html diff --git a/page-blocks/TEMPLATE.php b/page-blocks/TEMPLATE.php new file mode 100644 index 0000000..8dab7bc --- /dev/null +++ b/page-blocks/TEMPLATE.php @@ -0,0 +1,24 @@ + + + + + + + + + + +
+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce ut eros leo. +

+

Ispum

+

+ Sed eleifend massa sed sagittis malesuada. Phasellus velit urna, congue sit + amet felis dictum, congue ornare tortor. Donec consequat lectus sit amet + iaculis ornare. Pellentesque luctus, orci a sagittis efficitur, dolor justo. +

+
+ + + \ No newline at end of file diff --git a/page-blocks/footer.php b/page-blocks/footer.php index 9dae3cd..0842d09 100644 --- a/page-blocks/footer.php +++ b/page-blocks/footer.php @@ -1 +1,5 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/page-blocks/head-img.php b/page-blocks/head-img.php new file mode 100644 index 0000000..f6ba43f --- /dev/null +++ b/page-blocks/head-img.php @@ -0,0 +1,12 @@ +
+
+'; + echo ''; + echo 'Face image'; + echo ''; +} ?> +

+
+
\ No newline at end of file diff --git a/page-blocks/head.php b/page-blocks/head.php index e7e3305..7dd8395 100644 --- a/page-blocks/head.php +++ b/page-blocks/head.php @@ -1,7 +1,8 @@ + - - - - \ No newline at end of file + + + <?php echo ucwords($page_title); ?> + \ No newline at end of file diff --git a/page-blocks/menu.php b/page-blocks/menu.php index d0d03e7..df2a447 100644 --- a/page-blocks/menu.php +++ b/page-blocks/menu.php @@ -1,12 +1,57 @@ - - -
- -
\ No newline at end of file + + \ No newline at end of file diff --git a/page-blocks/micro-content.php b/page-blocks/micro-content.php new file mode 100644 index 0000000..0d98b55 --- /dev/null +++ b/page-blocks/micro-content.php @@ -0,0 +1,6 @@ +
+

+ This website cannot correctly render on a screen this narrow, + Please resize your window or visit on a larger device. +

+
\ No newline at end of file diff --git a/page-blocks/template.php b/page-blocks/template.php deleted file mode 100644 index 56491c7..0000000 --- a/page-blocks/template.php +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - Page Title - - - - - - -

Page Title

-
- -
- - - - - \ No newline at end of file diff --git a/projects.php b/projects.php index 4784f69..769a9b0 100644 --- a/projects.php +++ b/projects.php @@ -1,22 +1,20 @@ + + + - - - - Projects - - + - - - -

Projects

-
-

Sorry, there's nothing here yet

-

In the meantime check out my Gitea or Social Links

-
- - - + + + +
+

+ I haven't written any content here yet. +
+ In the meantime, visit my Gitea Server. +

+
+ \ No newline at end of file diff --git a/style/fonts.css b/style/fonts.css deleted file mode 100644 index a067cdc..0000000 --- a/style/fonts.css +++ /dev/null @@ -1,53 +0,0 @@ -@font-face { - font-family: 'silkscreenregular'; - src: url('/style/fonts/silkscreen/silkscreen-regular.woff2') format('woff2'), - url('/style/fonts/silkscreen/silkscreen-regular.woff') format('woff'), - url('/style/fonts/silkscreen/silkscreen-regular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'concertone'; - src: url('/style/fonts/concertone/concertone-regular.woff2') format('woff2'), - url('/style/fonts/concertone/concertone-regular.woff') format('woff'), - url('/style/fonts/concertone/concertone-regular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'indieflower'; - src: url('/style/fonts/indieflower/indieflower.woff2') format('woff2'), - url('/style/fonts/indieflower/indieflower.woff') format('woff'), - url('/style/fonts/indieflower/indieflower.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'oxygen'; - src: url('/style/fonts/oxygen/oxygen-regular.woff2') format('woff2'), - url('/style/fonts/oxygen/oxygen-regular.woff') format('woff'), - url('/style/fonts/oxygen/oxygen-regular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'oxygen'; - src: url('/style/fonts/oxygen/oxygen-bold.woff2') format('woff2'), - url('/style/fonts/oxygen/oxygen-bold.woff') format('woff'), - url('/style/fonts/oxygen/oxygen-bold.ttf') format('truetype'); - font-weight: 700; - font-style: normal; -} - -@font-face { - font-family: 'oxygen'; - src: url('/style/fonts/oxygen/oxygen-light.woff2') format('woff2'), - url('/style/fonts/oxygen/oxygen-light.woff') format('woff'), - url('/style/fonts/oxygen/oxygen-light.ttf') format('truetype'); - font-weight: 300; - font-style: normal; -} \ No newline at end of file diff --git a/style/new_style.css b/style/new_style.css index ef852de..6947298 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -5,6 +5,7 @@ --overlay-color: #2f4f4fb8; --main-text-color: azure; --link-color: cyan; + --link-visited-color: rgb(189, 0, 189); } /* FONTS */ @font-face { @@ -59,14 +60,19 @@ body { position: sticky; top: -145px; } -#header_index{background-color: #a04911} /* Try using image-set() here to offer different formats */ -@media(min-width: 50px){#header_index{background-image:url("/images/headers/index/300.webp")}} -@media(min-width: 301px){#header_index{background-image:url("/images/headers/index/500.webp")}} -@media(min-width: 501px){#header_index{background-image:url("/images/headers/index/800.webp")}} -@media(min-width: 801px){#header_index{background-image:url("/images/headers/index/1024.webp")}} -@media(min-width:1025px){#header_index{background-image:url("/images/headers/index/1920.webp")}} -@media(min-width:1921px){#header_index{background-image:url("/images/headers/index/2800.webp")}} -@media(min-width:2801px){#header_index{background-image:url("/images/headers/index/4096.webp")}} +#home{background-color: #a04911} /* Try using image-set() here to offer different formats */ +@media(min-width: 50px){#home{background-image:url("/images/headers/index/300.webp")}} +@media(min-width: 301px){#home{background-image:url("/images/headers/index/500.webp")}} +@media(min-width: 501px){#home{background-image:url("/images/headers/index/800.webp")}} +@media(min-width: 801px){#home{background-image:url("/images/headers/index/1024.webp")}} +@media(min-width:1025px){#home{background-image:url("/images/headers/index/1920.webp")}} +@media(min-width:1921px){#home{background-image:url("/images/headers/index/2800.webp")}} +@media(min-width:2801px){#home{background-image:url("/images/headers/index/4096.webp")}} +#contact{background-color: blue} +#keys{background-color: blue} +#projects{background-color: blue} +#email-safety{background-color: blue} +#about{background-color: blue} #header_face { display: flex; position: absolute; @@ -194,10 +200,20 @@ body { margin: auto; margin-top: 20px; margin-bottom: 40px; + text-align: center; color: var(--main-text-color); font-family: oxygen, sans-serif; font-weight: normal; } +.content a { + color: var(--link-color) +} +.content a:visited { + color: var(--link-color) +} +.content a:hover { + color: var(--link-visited-color) +} /* FOOTER */ footer { position: relative; diff --git a/style/styles.css b/style/styles.css deleted file mode 100644 index 5477532..0000000 --- a/style/styles.css +++ /dev/null @@ -1,168 +0,0 @@ -html { - height: 100%; -} - -body { - min-height: 100%; - background-color: #444444; -} - -.page-title { - text-align: center; - font-family: oxygen, sans-serif; - font-weight: 700; - color: #eeeeee; - padding-top: 65px; - padding-bottom: 10px; - width: 95%; - overflow: hidden; - margin: auto; - margin-bottom: 20px; -} - -.error-title { - font-family: silkscreenregular, 'Courier New', Courier, monospace; -} - -.title-image img { - max-width: 30%; - padding-top: 30px; - padding-bottom: 30px; - margin-left: 35%; - margin-right: 35%; -} - -.page-main-content { - text-align: center; - font-family: oxygen, sans-serif; - font-weight: 300; - color: #f0f0f0f0; - width: 95%; - overflow: hidden; - margin: auto; -} - -.page-main-content h2 { - padding-top: 45px; -} - -.social-links img { - max-width: 58px; - padding: 10px; -} - -a.download-link { - text-decoration: none; - color: #242121; - background-color: #d1caca; - padding: 10px; - border-radius: 10px; - text-align: center; - margin: 7px; -} - - -footer { - background-color: rgb(61, 61, 61); - color: #eeeeee; - font-family: monospace; - text-align: center; - width: 100%; - position: fixed; - bottom: 0; - left: 0; -} - -/* The sidebar menu */ -.sidebar { - height: 100%; - width: 0; /* Hidden by default */ - position: fixed; - padding-top: 90px; - z-index: 1; - top: 0; - right: 0; - background-color: #111; - overflow-x: hidden; - overflow-y: hidden; - transition: 0.7s; /* 0.5 second transition effect to slide in the sidebar */ -} - -/* The sidebar links */ -.sidebar a { - padding: 8px 8px 8px 8px; - margin-left: 20px; - margin-top: 10px; - font-family: oxygen, sans-serif; - font-weight: 300; - text-decoration: none; - text-align: right; - font-size: 25px; - color: #bcbcbc; - display: block; - transition: 0.7s; -} - -/* When you mouse over the navigation links, change their color */ -.sidebar a:hover { - color: #f1f1f1; -} - -/* Position and style the close button (top right corner) */ -.sidebar .close { - position: absolute; - top: -10px; - right: 20px; - font-size: 36px; - margin-left: 50px; -} - -/* Position the div containing the open button */ -.inflate { - position: absolute; - top: 10px; - right: 10px; -} - -/* The button used to open the sidebar */ -.open { - font-size: 20px; - cursor: pointer; - background-color: rgba(0, 0, 0, 0); - color: white; - padding: 10px 15px; - border: none; -} - -.open:hover { - background-color: #444; -} - -/* Screens Wider than 600px */ -@media screen and (min-width: 600px) { - /*Hide sidebar open/close buttons*/ - .inflate {display: none;} - .sidebar .close {display: none;} - - /*Change Menu Dimensions*/ - .sidebar { - width: 100%; - height: 14px; - padding-top: 5px; - padding-bottom: 40px; - padding-left: 50px; - } - - /* Float links */ - .sidebar a { - float: left; - margin-top: 2px; - } - - /*Provice space for top menu*/ - .page-title {padding-top: 90px} - - /*Increase social link image size*/ - .social-links img {max-width: 75px;} - -} \ No newline at end of file