Paul Sutton

Personal Blog

Free Code Camp update 5/5/2020

I am still working through the CSS module on the Free Code Camp responsive web design course.

Today, 5th May, I completed the activities around adding margin and padding. I will carry on with this over the next few weeks.

fccCSSupdate

#freecodecamp,#learning,#css,#responsive,#web,#design

cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)


Mastodon ShellLabs Join Mastodon
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.

Donate using Liberapay

Basic IT Course Update 5

I have now completed all 6 units of the Level 1 Basic IT course. I am now waiting, for this final module to be assessed, or for my work to be returned with instructions as to any changes that need to be made.

#IT, #Computer, #course, #level1, #basic, #skills

cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)


Mastodon ShellLabs Join Mastodon
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.

Donate using Liberapay

Free Code Camp update 4/5/2020

I am still working through the CSS module on the Free Code Camp responsive web design course.

Today, 4th May, I completed the activities around adding margin and padding. I will carry on with this over the next few weeks.

fccCSSupdate

#freecodecamp,#learning,#css,#responsive,#web,#design

cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)


Mastodon ShellLabs Join Mastodon
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.

Donate using Liberapay

Xubuntu 20.10 development

Following the release of Xubuntu 20.04 at the end of April. The development cycle for the next release can now start.

If anyone would like to get involved please feel free to get in touch with the team(s). Please see links below for information. I will try and make updates to this post.


Mastodon ShellLabs Join Mastodon
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.

Donate using Liberapay

Libreplanet 2020 took place on the 14th / 15th March and the videos will be published in due course.

This years videos can be found at :

I intend to share these more widely and post comments on the videos where applicable.

#virtual, #conference, #libreplanet, #freesoftware, #talks, ,#videos, #2020


cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)


Mastodon ShellLabs Join Mastodon
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.

Donate using Liberapay

Xubuntu 20.04 video

What's New in Xubuntu 20.04 LTS Focal Fossa with Xfce 4.14

Xubuntu 20.04 has been released. There is a video on lbry, which explains the new features found in this release.

Resources


Mastodon ShellLabs Join Mastodon
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.

Donate using Liberapay

Overleaf Webinars Update 1/5/2020

Over the past few week, I have been watching a series of Webinars [1] covering Basic, Intermediate and Advanced features of Overleaf [2]. These have been really useful and informative.

[1] Webinars [2] Overleaf

Looking forward to applying some of what was covered in to my own documents / projects.


Mastodon ShellLabs Join Mastodon
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.

Donate using Liberapay

Basic IT Course Update 4

Working through the BASIC IT Course.

So I have completed 5 units, which now leaves:-

L1 DS:Developing a career

to complete. Which makes me 85% of the way through the course.


Mastodon ShellLabs Join Mastodon
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.

Donate using Liberapay

Basic IT Course Update 3

Still working through the BASIC IT Course, Please see my previous post for details.

I am currently working through:-

L1 DS:Using Word Processing Software

Which then leaves:-

L1 DS:Developing a career

Hopefully, I can finish this course in the next few weeks. I need to catch up on FreeCodeCamp.


Mastodon ShellLabs Join Mastodon
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.

Donate using Liberapay

Changing pinned link colours

If you're using writefreely and have pinned a blog post it becomes a link to a new page, rather than a blog post.

However by default the colour is grey. However I have managed to change this.

By examining the underlying code beneath the text. In Firefox you can do this by highlighting required text, right click and select Inspect element (Q)

From this I found

classpinned

So the class pinned is what we probably need.

Under menu, customise there is an area to enter / edit the css that helps define various options (e.g colour) for the blog.

I therefore added:-

.pinned {
    color: red;
    font-size: 18px;
    text-decoration: bold;
}

To the text box, in a sensible place. This then changed the links for pinned pages to red.

Hopefully this is helpful.


Mastodon ShellLabs Join Mastodon
AI statement : Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity. Consent CANNOT be assumed, it has to be granted.

Donate using Liberapay