From 107784e82eef97a4bf5a322d606eddcbbee0db0a Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 21 Jul 2020 23:05:48 +0200 Subject: Initial commit --- font/Roboto-Black.ttf | Bin 0 -> 289480 bytes font/Roboto-BlackItalic.ttf | Bin 0 -> 310260 bytes font/Roboto-Bold.ttf | Bin 0 -> 288872 bytes font/Roboto-BoldItalic.ttf | Bin 0 -> 312608 bytes font/Roboto-Italic.ttf | Bin 0 -> 311960 bytes font/Roboto-Light.ttf | Bin 0 -> 291788 bytes font/Roboto-LightItalic.ttf | Bin 0 -> 315360 bytes font/Roboto-Medium.ttf | Bin 0 -> 289080 bytes font/Roboto-MediumItalic.ttf | Bin 0 -> 309776 bytes font/Roboto-Regular.ttf | Bin 0 -> 292752 bytes font/Roboto-Thin.ttf | Bin 0 -> 294860 bytes font/Roboto-ThinItalic.ttf | Bin 0 -> 314240 bytes font/RobotoCondensed-Bold.ttf | Bin 0 -> 285996 bytes font/RobotoCondensed-BoldItalic.ttf | Bin 0 -> 306884 bytes font/RobotoCondensed-Italic.ttf | Bin 0 -> 309776 bytes font/RobotoCondensed-Light.ttf | Bin 0 -> 286564 bytes font/RobotoCondensed-LightItalic.ttf | Bin 0 -> 311400 bytes font/RobotoCondensed-Regular.ttf | Bin 0 -> 287876 bytes index.html | 73 +++++++++++++++++++++++++++++++++++ norm.pdf | Bin 0 -> 1276618 bytes style.css | 15 +++++++ 21 files changed, 88 insertions(+) create mode 100644 font/Roboto-Black.ttf create mode 100644 font/Roboto-BlackItalic.ttf create mode 100644 font/Roboto-Bold.ttf create mode 100644 font/Roboto-BoldItalic.ttf create mode 100644 font/Roboto-Italic.ttf create mode 100644 font/Roboto-Light.ttf create mode 100644 font/Roboto-LightItalic.ttf create mode 100644 font/Roboto-Medium.ttf create mode 100644 font/Roboto-MediumItalic.ttf create mode 100644 font/Roboto-Regular.ttf create mode 100644 font/Roboto-Thin.ttf create mode 100644 font/Roboto-ThinItalic.ttf create mode 100644 font/RobotoCondensed-Bold.ttf create mode 100644 font/RobotoCondensed-BoldItalic.ttf create mode 100644 font/RobotoCondensed-Italic.ttf create mode 100644 font/RobotoCondensed-Light.ttf create mode 100644 font/RobotoCondensed-LightItalic.ttf create mode 100644 font/RobotoCondensed-Regular.ttf create mode 100644 index.html create mode 100644 norm.pdf create mode 100644 style.css diff --git a/font/Roboto-Black.ttf b/font/Roboto-Black.ttf new file mode 100644 index 0000000..59b6646 Binary files /dev/null and b/font/Roboto-Black.ttf differ diff --git a/font/Roboto-BlackItalic.ttf b/font/Roboto-BlackItalic.ttf new file mode 100644 index 0000000..77f54e5 Binary files /dev/null and b/font/Roboto-BlackItalic.ttf differ diff --git a/font/Roboto-Bold.ttf b/font/Roboto-Bold.ttf new file mode 100644 index 0000000..0458229 Binary files /dev/null and b/font/Roboto-Bold.ttf differ diff --git a/font/Roboto-BoldItalic.ttf b/font/Roboto-BoldItalic.ttf new file mode 100644 index 0000000..ca07299 Binary files /dev/null and b/font/Roboto-BoldItalic.ttf differ diff --git a/font/Roboto-Italic.ttf b/font/Roboto-Italic.ttf new file mode 100644 index 0000000..f5f5538 Binary files /dev/null and b/font/Roboto-Italic.ttf differ diff --git a/font/Roboto-Light.ttf b/font/Roboto-Light.ttf new file mode 100644 index 0000000..d00b2ba Binary files /dev/null and b/font/Roboto-Light.ttf differ diff --git a/font/Roboto-LightItalic.ttf b/font/Roboto-LightItalic.ttf new file mode 100644 index 0000000..b89820a Binary files /dev/null and b/font/Roboto-LightItalic.ttf differ diff --git a/font/Roboto-Medium.ttf b/font/Roboto-Medium.ttf new file mode 100644 index 0000000..af1cdee Binary files /dev/null and b/font/Roboto-Medium.ttf differ diff --git a/font/Roboto-MediumItalic.ttf b/font/Roboto-MediumItalic.ttf new file mode 100644 index 0000000..034b164 Binary files /dev/null and b/font/Roboto-MediumItalic.ttf differ diff --git a/font/Roboto-Regular.ttf b/font/Roboto-Regular.ttf new file mode 100644 index 0000000..5e84294 Binary files /dev/null and b/font/Roboto-Regular.ttf differ diff --git a/font/Roboto-Thin.ttf b/font/Roboto-Thin.ttf new file mode 100644 index 0000000..b0c8ed9 Binary files /dev/null and b/font/Roboto-Thin.ttf differ diff --git a/font/Roboto-ThinItalic.ttf b/font/Roboto-ThinItalic.ttf new file mode 100644 index 0000000..6e2fd13 Binary files /dev/null and b/font/Roboto-ThinItalic.ttf differ diff --git a/font/RobotoCondensed-Bold.ttf b/font/RobotoCondensed-Bold.ttf new file mode 100644 index 0000000..6bc290e Binary files /dev/null and b/font/RobotoCondensed-Bold.ttf differ diff --git a/font/RobotoCondensed-BoldItalic.ttf b/font/RobotoCondensed-BoldItalic.ttf new file mode 100644 index 0000000..5526c26 Binary files /dev/null and b/font/RobotoCondensed-BoldItalic.ttf differ diff --git a/font/RobotoCondensed-Italic.ttf b/font/RobotoCondensed-Italic.ttf new file mode 100644 index 0000000..d93a7af Binary files /dev/null and b/font/RobotoCondensed-Italic.ttf differ diff --git a/font/RobotoCondensed-Light.ttf b/font/RobotoCondensed-Light.ttf new file mode 100644 index 0000000..cef3636 Binary files /dev/null and b/font/RobotoCondensed-Light.ttf differ diff --git a/font/RobotoCondensed-LightItalic.ttf b/font/RobotoCondensed-LightItalic.ttf new file mode 100644 index 0000000..2ecf35e Binary files /dev/null and b/font/RobotoCondensed-LightItalic.ttf differ diff --git a/font/RobotoCondensed-Regular.ttf b/font/RobotoCondensed-Regular.ttf new file mode 100644 index 0000000..d0945cc Binary files /dev/null and b/font/RobotoCondensed-Regular.ttf differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..cc5e7bd --- /dev/null +++ b/index.html @@ -0,0 +1,73 @@ + + + + + cacharle + + + + + + +

Charles's website

+ +

About me

+ +

I'm a computer science student currently at s19

+

This site is an experiment to self host some of the services I use every day like mails and git repositories and becoming more independant in general.

+

Inspired by a serie of videos posted by Luke Smith.

+ +

School projects

+ +

Most of these are in C and respect the coding style of the school called the norm, the guidelines of each project are detailed in the subject.pdf file of each repository.

+ +

Validated

+ + +

Pending

+ + +

Test

+

I've made tests for some project's

+ + +

Links

+
  • github
  • + + diff --git a/norm.pdf b/norm.pdf new file mode 100644 index 0000000..bc8e921 Binary files /dev/null and b/norm.pdf differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..69023c3 --- /dev/null +++ b/style.css @@ -0,0 +1,15 @@ +@font-face { + font-family: "Roboto"; + src: url("font/Roboto-Regular.ttf"); +} + +body { + font-family: "Roboto"; + background-color: #212121; + color: #F5F5F5; +} + +a { + color: #1E88E5; + text-decoration: none; +} -- cgit