diff --git a/.gitignore b/.gitignore index 4c8fd93..5588f2a 100644 --- a/.gitignore +++ b/.gitignore @@ -58,5 +58,5 @@ local.properties # Uncomment this line if you wish to ignore the project description file. # Typically, this file would be tracked if it contains build/dependency configurations: -#.project +.project diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..3260885 Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/code.js b/public/code.js new file mode 100644 index 0000000..f2f1df2 --- /dev/null +++ b/public/code.js @@ -0,0 +1,3 @@ +/** + * + */ \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..e7a5aa3 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..a48f7d9 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/public/fredrick.jpg b/public/fredrick.jpg new file mode 100644 index 0000000..60997cf Binary files /dev/null and b/public/fredrick.jpg differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..d7c3658 --- /dev/null +++ b/public/index.html @@ -0,0 +1,42 @@ + + + + + Webb1 - Presentation - Fredrick Amnehagen + + + + + + + + + + + + +

Webb1 - Presentation

+ +

Presentation

+ +

Hej,
+jag heter Fredrick Amnehagen och är småbarnspappa. Min fru jobbar nästa heltid och jag jobbar deltid och studerar för att ha tid med barnen och hemmet.

+

Förr när jag hade fritid så arbetade jag på digitala projekt, spelutveckling eller konstruktion av möbler.

+

Målet med mina studier är att hålla mig up-to-date inom IT-världen så att jag kan gå upp i tid när barnen är äldre och fortfarande vara attraktiv på arbetsmarknaden.

+

Mål, bli bättre på CSS och kanske JS (om det kommer i första kursen), jag kan ju alltid arbeta lite på egen hand. Siktet är fäst på högt betyg, A.

+ + + +

Arbetsprocessen

+ + + + + \ No newline at end of file diff --git a/public/styles.css b/public/styles.css new file mode 100644 index 0000000..42c0f3b --- /dev/null +++ b/public/styles.css @@ -0,0 +1,12 @@ +@charset "UTF-8"; + +/* Definition av mitt rutnät för sidans layout. */ +/* Behållaren för cellerna, tabellen. */ +.grid-container { + +} + +/* Gemensant för cellerna i tabellen. */ +.grid-item { + +} \ No newline at end of file