diff --git a/assets/FreeMonoBold.ttf b/assets/FreeMonoBold.ttf new file mode 100644 index 0000000..3bce612 Binary files /dev/null and b/assets/FreeMonoBold.ttf differ diff --git a/assets/FreeMonoBold.woff b/assets/FreeMonoBold.woff new file mode 100644 index 0000000..3c3d3c4 Binary files /dev/null and b/assets/FreeMonoBold.woff differ diff --git a/assets/blogico.png b/assets/blogico.png new file mode 100644 index 0000000..571e414 Binary files /dev/null and b/assets/blogico.png differ diff --git a/assets/gitico.png b/assets/gitico.png new file mode 100644 index 0000000..d95743e Binary files /dev/null and b/assets/gitico.png differ diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..3616ee9 --- /dev/null +++ b/projects/index.html @@ -0,0 +1,21 @@ + + + + + Ayabusa club - Projects + + + + +
+
+ + +
+

+ loc_projects:
+ During my dev journey, I had the opportunity to create some projects, I've collected here, those that might pick your interest. +

+
+ + diff --git a/projects/style.css b/projects/style.css new file mode 100644 index 0000000..fb1f90e --- /dev/null +++ b/projects/style.css @@ -0,0 +1,37 @@ +@font-face { + font-family: 'fmono'; + src: url('../assets/FreeMonoBold.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ + url('../assets/FreeMonoBold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */ +} + +html { + min-height: 100vh; + background-image: linear-gradient(to top, #c2fcff, white); + color: #071c2dff; +} + +.disbox { + font-family: "fmono"; +} + +.disboxp { + color: #000080; + outline: solid; + outline-width: 2px; + outline-color: black; + margin: 0px; + padding: 5px; +} + +.disboxh { + background-color: #c2fcff; + outline: solid; + outline-width: 2px; + margin: 0; + margin-bottom: 2px; + padding-left: 5px; +} + +.ico { + margin-bottom: -3px; +}