diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 9993225..a22fda7 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -277,3 +277,5 @@ [@damaluku](https://github.com/damaluku) [@Saga-sanga](https://github.com/Saga-sanga) + +[@bunnyBites](https://github.com/bunnyBites) diff --git a/simple-folio/css/styles.css b/simple-folio/css/styles.css new file mode 100644 index 0000000..3c8703d --- /dev/null +++ b/simple-folio/css/styles.css @@ -0,0 +1,13 @@ +body { background-color: #DEFCF9; } + +h1, h2, h4 { color: #3C84AB; } + +img { height: 12rem; } + +hr { + width: 10%; + border-style: none; + border-top-style: dotted; + color: grey; + border-width: 7px; +} \ No newline at end of file diff --git a/simple-folio/hobbies/hobbies.html b/simple-folio/hobbies/hobbies.html new file mode 100644 index 0000000..96a23fb --- /dev/null +++ b/simple-folio/hobbies/hobbies.html @@ -0,0 +1,25 @@ + + + + + + Hobbies + + + + +

Hobbies:

+
    +
  1. + Playing Video games +
  2. +
  3. + Learning new tech +
  4. +
  5. + Reading books +
  6. +
+ + + \ No newline at end of file diff --git a/simple-folio/img/bunny-cropped-img.png b/simple-folio/img/bunny-cropped-img.png new file mode 100644 index 0000000..dfc23e6 Binary files /dev/null and b/simple-folio/img/bunny-cropped-img.png differ diff --git a/simple-folio/index.html b/simple-folio/index.html new file mode 100644 index 0000000..a83ee85 --- /dev/null +++ b/simple-folio/index.html @@ -0,0 +1,90 @@ + + + + + + PureHtml + + + + + + + + + +
bunny-image +

Bunny Bites

+

Future entrepreneur

+

I am a web developer and I ❤ UI

+
+
+ + +

Books I read

+ + +

Work Experience

+ + + + + + + + + + + + + + + + + +
DateName of organization
2015 - 2019Sara
2019 - 2022Relevantz
+ + +

Skill Section

+ + + + + +
+ + + + + + + + + + + + + +
HTML⭐⭐⭐⭐⭐
React⭐⭐⭐⭐
Bootstrap⭐⭐⭐⭐
+
+ + + + + + + + + +
CSS⭐⭐⭐
Javascript⭐⭐⭐
+
+
+ + Hobbies + + + \ No newline at end of file