commit 0e6dc2d456a0f5d2141e308363fb8299c7aa8ec0 Author: a Date: Fri Aug 28 02:35:59 2020 -0500 move to own repo diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/assets/scss/main.scss b/assets/scss/main.scss new file mode 100644 index 0000000..ec2c119 --- /dev/null +++ b/assets/scss/main.scss @@ -0,0 +1,338 @@ +/* reset.css */ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; + box-sizing: border-box; +} + +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} + +/* begin custom css */ +html {scroll-behavior: smooth; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif} +.section {padding: 1em 0;} +.container {max-width: 960px; margin: 0 auto; padding: 0 1em;} + + +/* sections */ +.section-header { + font-size: 2em; + font-weight: 700; + margin-top: 0.5em; + margin-bottom: 0.7em; + line-height: 1.2; +} +.section { + p, a { + line-height: 1.4; + font-size: 1em; + margin-bottom: 1.4em; + &:last-child {margin-bottom: 0;} + } +} +.read-more {color: #00a3ff} + +/* header bar */ +.site-header {background: #ddd} +.site-header a {text-decoration: none; color: inherit;} +.site-title {font-weight: 700; font-size: 22px; line-height: 2em;} +.site-header .container {display: flex; flex-flow: row wrap;} +.site-nav {flex-basis: 100%; display: flex; flex-flow: column;} +.site-nav a {display: block; padding: 1em 0;} + +/* css menu */ +.site-nav {display: none} +.site-header {position: fixed; bottom: 0; width: 100%;} +body {margin-bottom: 44px;} +.hamburger-label::before {content:"Menu"; position: absolute; left: -3em; } +#hamburger:checked ~ .site-nav { + display: flex; +} +#hamburger { + transition: all 0.5s; + box-sizing: border-box; + display: none; +} +.hamburger-label { + transition: all 0.5s; + box-sizing: border-box; + cursor: pointer; + position: absolute; + z-index: 99; + height: 100%; + width: 100%; + top: 16px; + right: 15px; + height: 22px; + width: 22px; +} +.spinner { + transition: all 0.5s; + box-sizing: border-box; + position: absolute; + height: 3px; + width: 100%; + background-color: black; +} +.horizontal { + transition: all 0.5s; + box-sizing: border-box; + position: relative; + float: left; + margin-top: 3px; +} +.diagonal.part-1 { + position: relative; + transition: all 0.5s; + box-sizing: border-box; + float: left; +} +.diagonal.part-2 { + transition: all 0.5s; + box-sizing: border-box; + position: relative; + float: left; + margin-top: 3px; +} +#hamburger:checked ~ .hamburger-label > .horizontal { + transition: all 0.5s; + box-sizing: border-box; + opacity: 0; +} +#hamburger:checked ~ .hamburger-label > .diagonal.part-1 { + transition: all 0.5s; + box-sizing: border-box; + transform: rotate(135deg); + margin-top: 8px; +} +#hamburger:checked ~ .hamburger-label > .diagonal.part-2 { + transition: all 0.5s; + box-sizing: border-box; + transform: rotate(-135deg); + margin-top: -9px; +} + +/* personal summary */ +.personal-summary { + background: #eee; + em {font-weight: 700;} + .container { + display: grid; + grid-template-columns: auto; + grid-template-rows: auto auto auto; + justify-items: center; + img { + width: 100%; + max-width: 192px; + grid-area: 1/1; + border-radius: 50%; + filter: drop-shadow(0px 0px 1px #ddd) + } + p { + grid-area: 2/1; + font-size: 1.2em; + line-height: 1.4; + width: 100%; + margin: 1em 0; + br {display: none;} + } + .cta { + grid-area: 3/1; + display: flex; + flex-flow: row wrap; + width: 100%; + a { + display: flex; + box-sizing: border-box; + color: #00a3ff; + text-decoration: none; + justify-content: center; + align-items: center; + padding: 0.5em; + border-radius: 4px; + margin-bottom: 0.5em; + width: 10em; + transition: background 0.4s ease-in-out; + i {margin-right: 0.5em;} + } + a:first-child { + margin-right: 1em; + background: #00a3ff; + color: white; + } + a:not(:first-child) { + border: 2px solid #00a3ff; + } + a:hover {background: rgba(#00a3ff,0.4)} + } + } +} + +/* about logos */ + +.organization-logos { + display: flex; + flex-flow: row wrap; + justify-content: center; + align-items: center; + br {display: none;} + img { + flex-basis: 50%; + width: 50%; + height: 100%; + padding: 1em; + @media (min-width: 480px) { + flex-basis: 25%; + width: 25%; + } + } + img:first-child, img:nth-child(3) { + flex-basis: 100%; + width: 100%; + @media (min-width: 480px) { + flex-basis: 50%; + width: 50%; + max-width: unset; + } + } + margin-bottom: 2em; +} + +/* contact section and footer */ +#contact {background: #eee} +.contact-methods {font-size: 1.2em;} +.contact-method {line-height: 1.4} +.contact-method i {margin-right: 0.5em;} +.site-footer { + background: #ddd; + display: flex; + flex-flow: column; + align-items: center; + .container { + padding: 1em; + .social-links { + font-size: 2em; + display: flex; + flex-flow: row; + justify-content: center; + width: 100%; + margin: 1em 0; + .social-link { + color: #333; + transition: color 0.4s ease-in-out; + margin-left: 0.5em; + width: 1em; + display: flex; + justify-content: center; + text-decoration: none; + } + .social-link:first-child {margin-left: 0;} + .twitter:hover {color: #1da1f2} + .facebook:hover {color: #1778f2} + .linkedin:hover {color: #0e76a8} + } + p { + text-align: center; + line-height: 1.2; + a {color: inherit; font-weight: 700; transition: color 0.4s ease-in-out} + a:hover {color: #00a3ff} + } + }; +} + +/* responsive */ +@media (min-width: 600px) { + .personal-summary { + .container { + grid-template-columns: 1fr auto; + grid-template-rows: auto auto; + align-items: center; + justify-content: start; + img {grid-area: 1/2; width: 160px;} + p { + grid-area: 1/1; + br {display: initial;} + font-size: 1.5em; + } + .cta {grid-area: 2/1;} + } + } + .site-header {position: unset;} + body {margin-bottom: unset;} + #hamburger, .hamburger-label {display: none;} + .site-nav {display: flex; flex-basis: unset; flex-flow: row;} + .site-header .container {justify-content: space-between; flex-flow: row wrap; height: 64px; align-items: center;} + .site-nav a { + margin-left: 1em; + box-sizing: border-box; + } + .site-header a {height: 44px;} + .site-header a:hover {border-bottom: 2px solid #00a3ff;} + .section p, .section a {font-size: 1.25em} +} + +@media (min-width: 768px) { + .personal-summary { + font-size: 1.25em; + + .container { + img {width: 192px;} + .cta { + font-size: 0.8em; + } + } + } + .section-header {font-size: 2.5em} + .section p, .section a {font-size: 1.5em} +} + +@media (min-width: 62em) { + .container {padding: 0;} + .section {padding: 2em 0;} + .personal-summary { + font-size: 1.5em; + padding: 2em 0; + .container { + padding: 0; + img {width: 256px; max-width: 256px;} + + } + } +} \ No newline at end of file diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..24a1b6a --- /dev/null +++ b/config.toml @@ -0,0 +1,3 @@ +baseURL = "/" +languageCode = "en-us" +title = "Eng. Mohammed al-Tarawneh" \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..7a6a848 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,85 @@ + + + + + + {{.Title}} + {{ $styles := resources.Get "scss/main.scss" | toCSS | minify | fingerprint }} + + + + + +
+
+
+ Picture of Mohammed al-Tarawneh +

Mohammed al-Tarawneh is a
+ disability and accessibility expert
+ utilizing accessible design
+ to make the world a better place.

+ +
+
+
+
+

Mohammed has decades of experience at the front lines of the fight for accessibility.

+
+ UN OHCHR logo
+ CRPD logo
+ IFES logo
+ ARD, Inc. logo
+ G3ICT logo
+ GAATES logo +
+

After graduating with a bachelor's degree in Civil Engineering from the University of Alabama at Birmingham, Mohammed began to apply his knowledge toward structural design and specialized in the removal of architectural barriers. But in 1997, Mohammed became a municipal advisor to the mayor of Amman, and his passion for policy and development awakened. In 2001, Mohammed obtained his master's degree in Peace Diplomacy and Development from the University of Juba, Sudan, with a main focus on international development and international relations.

+

Mohammed's most influential role was in serving as the Inaugural Chairperson of the Committee on the Rights of Persons with Disabilities (CRPD), as well as being an elected member from 2009 to 2016. There, Mohammed helped charter the Convention on the Rights of Persons with Disabilities. This work earned him the 2009 GAATES Award of Recognition.

+

In the past, Mohammed has also served in consultancy and advisory roles for ARD, Inc. (a wholly-owned subsidiary of Tetra-Tech), as well as for the International Foundation for Electoral Systems (IFES). Today, Mohammed continues to be a board member of the Global Initiative for Inclusive ICTs (G3ICT).

+
+
+
+
+

Mohammed is currently available for consultation and advisory roles.

+

+
+
+
+
+

Contact Mohammed for your accessibility needs.

+
    +
  • motarawneh@gmail.com
  • +
  • +962 79 555 5850
  • +
+
+
+
+ + + \ No newline at end of file diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..162c6c0 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,14 @@ + + + + Categories on Eng. Mohammed al-Tarawneh + /categories/ + Recent content in Categories on Eng. Mohammed al-Tarawneh + Hugo -- gohugo.io + en-us + + + + + + \ No newline at end of file diff --git a/public/images/mo.jpg b/public/images/mo.jpg new file mode 100644 index 0000000..000b49c Binary files /dev/null and b/public/images/mo.jpg differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..2208c39 --- /dev/null +++ b/public/index.html @@ -0,0 +1,56 @@ + + + + + + + Eng. Mohammed al-Tarawneh + + + + + +
+
+
+ Picture of Mohammed al-Tarawneh +

Mohammed al-Tarawneh is a
+ disability and accessibility expert
+ utilizing accessible design
+ to make the world a better place.

+ +
+
+
+ +
+
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..ded6c6e --- /dev/null +++ b/public/index.xml @@ -0,0 +1,14 @@ + + + + Eng. Mohammed al-Tarawneh + / + Recent content on Eng. Mohammed al-Tarawneh + Hugo -- gohugo.io + en-us + + + + + + \ No newline at end of file diff --git a/public/scss/main.min.ff3409bf229bd711c7d3e0cb7dcbc88aec6fee22c4df960260741b5cea41f8a0.css b/public/scss/main.min.ff3409bf229bd711c7d3e0cb7dcbc88aec6fee22c4df960260741b5cea41f8a0.css new file mode 100644 index 0000000..db0d871 --- /dev/null +++ b/public/scss/main.min.ff3409bf229bd711c7d3e0cb7dcbc88aec6fee22c4df960260741b5cea41f8a0.css @@ -0,0 +1 @@ +html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.container{max-width:960px;margin:0 auto}.site-header .container{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between}.site-header a{text-decoration:none;color:inherit;display:block;height:5rem;display:flex;align-items:center}.site-title{font-weight:700}.site-title h1{font-size:1.5em}#hamburger{display:none}.hamburger-label{display:none}.site-nav{display:flex}.site-nav a{font-size:1.25em;margin-left:2em}.site-nav a:first-child{margin-left:0}.personal-summary .container{display:grid;grid-template-rows:auto auto;grid-template-columns:auto 1fr;margin-top:5em;justify-items:end;align-items:center}.personal-summary img{grid-area:1/1}.personal-summary p{grid-area:1/2}.personal-summary .cta{grid-area:2/2}.personal-summary img{height:15em}.personal-summary p{font-size:3em;line-height:1.4}.personal-summary em{font-style:normal;font-weight:700}.personal-summary .cta{display:flex;justify-self:start;margin-top:2em}.personal-summary .cta a{display:flex;font-size:24px;width:200px;height:48px;margin-left:2em;align-items:center;justify-content:center;text-decoration:none;color:#fff;background:#00a3ff;border-radius:4px;transition:background .4s ease-in-out}.personal-summary .cta a:nth-child(2){background:inherit;border:2px solid #00a3ff;color:#00a3ff;margin-left:1em}.personal-summary .cta a:hover{background:#ccedff}@media(max-width:62em){.site-header .container,main header,main section{padding:0 1em}.personal-summary img{height:224px}.personal-summary p{font-size:2.5em;justify-self:start;margin-left:3rem}}@media(max-width:860px){.personal-summary .container{grid-template-rows:auto auto auto;grid-template-columns:auto;justify-items:start;margin-top:0}.personal-summary img{grid-area:1/1;height:192px}.personal-summary p{grid-area:2/1;margin-left:0}.personal-summary .cta{grid-area:3/1}.personal-summary .cta a:first-child{margin-left:0}}@media(max-width:640px){.site-header{flex-flow:column}.site-header a{height:3rem}.site-nav{flex-basis:100%;display:flex}.personal-summary br{display:none}}@media(max-width:540px){.personal-summary p{font-size:2em}}@media(max-width:460px){.personal-summary .cta{flex-flow:column}.personal-summary .cta a:nth-child(2){margin-left:0;margin-top:1rem}.personal-summary p{font-size:1.5em;margin-top:1rem}}@media(max-width:400px){.site-nav{flex-flow:column}.site-nav a{margin-left:0;font-size:1em}.site-title{flex-grow:1}.hamburger{display:flex;align-items:center}.site-nav{display:none}#hamburger:checked~.site-nav{display:flex}.hamburger-label{display:block}.site-header{position:fixed;bottom:0;background:#fff;width:100vw}body{margin-bottom:48px}#hamburger{transition:all .3s;box-sizing:border-box;display:none}.hamburger-label{transition:all .3s;box-sizing:border-box;cursor:pointer;position:absolute;z-index:99;height:100%;width:100%;top:16px;right:16px;height:22px;width:22px}.spinner{transition:all .3s;box-sizing:border-box;position:absolute;height:3px;width:100%;background-color:#000}.horizontal{transition:all .3s;box-sizing:border-box;position:relative;float:left;margin-top:3px}.diagonal.part-1{position:relative;transition:all .3s;box-sizing:border-box;float:left}.diagonal.part-2{transition:all .3s;box-sizing:border-box;position:relative;float:left;margin-top:3px}#hamburger:checked~.hamburger-label>.horizontal{transition:all .3s;box-sizing:border-box;opacity:0}#hamburger:checked~.hamburger-label>.diagonal.part-1{transition:all .3s;box-sizing:border-box;transform:rotate(135deg);margin-top:8px}#hamburger:checked~.hamburger-label>.diagonal.part-2{transition:all .3s;box-sizing:border-box;transform:rotate(-135deg);margin-top:-9px}.hamburger-label::before{content:"Menu";position:absolute;right:28px}} \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..d3eb97a --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,17 @@ + + + + + /categories/ + + + + / + + + + /tags/ + + + \ No newline at end of file diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..9e1d2d6 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,14 @@ + + + + Tags on Eng. Mohammed al-Tarawneh + /tags/ + Recent content in Tags on Eng. Mohammed al-Tarawneh + Hugo -- gohugo.io + en-us + + + + + + \ No newline at end of file diff --git a/resources/_gen/assets/scss/main.scss_48b060fe05b0a273d182ef83c0605941.content b/resources/_gen/assets/scss/main.scss_48b060fe05b0a273d182ef83c0605941.content new file mode 100644 index 0000000..0fd9441 --- /dev/null +++ b/resources/_gen/assets/scss/main.scss_48b060fe05b0a273d182ef83c0605941.content @@ -0,0 +1 @@ +p{color:red} \ No newline at end of file diff --git a/resources/_gen/assets/scss/main.scss_48b060fe05b0a273d182ef83c0605941.json b/resources/_gen/assets/scss/main.scss_48b060fe05b0a273d182ef83c0605941.json new file mode 100644 index 0000000..5e3f679 --- /dev/null +++ b/resources/_gen/assets/scss/main.scss_48b060fe05b0a273d182ef83c0605941.json @@ -0,0 +1 @@ +{"Target":"main.min.a746c5fae9f9c946fd3013bac516fc90f1e563605da4756d2e21640eb64f17ae.css","MediaType":"text/css","Data":{"Integrity":"sha256-p0bF+un5yUb9MBO6xRb8kPHlY2BdpHVtLiFkDrZPF64="}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/main.scss_48b060fe05b0a273d182ef83c0605941.content b/resources/_gen/assets/scss/scss/main.scss_48b060fe05b0a273d182ef83c0605941.content new file mode 100644 index 0000000..ada545f --- /dev/null +++ b/resources/_gen/assets/scss/scss/main.scss_48b060fe05b0a273d182ef83c0605941.content @@ -0,0 +1 @@ +html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif}.section{padding:1em 0}.container{max-width:960px;margin:0 auto;padding:0 1em}.section-header{font-size:2em;font-weight:700;margin-top:.5em;margin-bottom:.7em;line-height:1.2}.section p,.section a{line-height:1.4;font-size:1em;margin-bottom:1.4em}.section p:last-child,.section a:last-child{margin-bottom:0}.read-more{color:#00a3ff}.site-header{background:#ddd}.site-header a{text-decoration:none;color:inherit}.site-title{font-weight:700;font-size:22px;line-height:2em}.site-header .container{display:flex;flex-flow:row wrap}.site-nav{flex-basis:100%;display:flex;flex-flow:column}.site-nav a{display:block;padding:1em 0}.site-nav{display:none}.site-header{position:fixed;bottom:0;width:100%}body{margin-bottom:44px}.hamburger-label::before{content:"Menu";position:absolute;left:-3em}#hamburger:checked~.site-nav{display:flex}#hamburger{transition:all .5s;box-sizing:border-box;display:none}.hamburger-label{transition:all .5s;box-sizing:border-box;cursor:pointer;position:absolute;z-index:99;height:100%;width:100%;top:16px;right:15px;height:22px;width:22px}.spinner{transition:all .5s;box-sizing:border-box;position:absolute;height:3px;width:100%;background-color:#000}.horizontal{transition:all .5s;box-sizing:border-box;position:relative;float:left;margin-top:3px}.diagonal.part-1{position:relative;transition:all .5s;box-sizing:border-box;float:left}.diagonal.part-2{transition:all .5s;box-sizing:border-box;position:relative;float:left;margin-top:3px}#hamburger:checked~.hamburger-label>.horizontal{transition:all .5s;box-sizing:border-box;opacity:0}#hamburger:checked~.hamburger-label>.diagonal.part-1{transition:all .5s;box-sizing:border-box;transform:rotate(135deg);margin-top:8px}#hamburger:checked~.hamburger-label>.diagonal.part-2{transition:all .5s;box-sizing:border-box;transform:rotate(-135deg);margin-top:-9px}.personal-summary{background:#eee}.personal-summary em{font-weight:700}.personal-summary .container{display:grid;grid-template-columns:auto;grid-template-rows:auto auto auto;justify-items:center}.personal-summary .container img{width:100%;max-width:192px;grid-area:1/1;border-radius:50%;filter:drop-shadow(0px 0px 1px #ddd)}.personal-summary .container p{grid-area:2/1;font-size:1.2em;line-height:1.4;width:100%;margin:1em 0}.personal-summary .container p br{display:none}.personal-summary .container .cta{grid-area:3/1;display:flex;flex-flow:row wrap;width:100%}.personal-summary .container .cta a{display:flex;box-sizing:border-box;color:#00a3ff;text-decoration:none;justify-content:center;align-items:center;padding:.5em;border-radius:4px;margin-bottom:.5em;width:10em;transition:background .4s ease-in-out}.personal-summary .container .cta a i{margin-right:.5em}.personal-summary .container .cta a:first-child{margin-right:1em;background:#00a3ff;color:#fff}.personal-summary .container .cta a:not(:first-child){border:2px solid #00a3ff}.personal-summary .container .cta a:hover{background:rgba(0,163,255,.4)}.organization-logos{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;margin-bottom:2em}.organization-logos br{display:none}.organization-logos img{flex-basis:50%;width:50%;height:100%;padding:1em}@media(min-width:480px){.organization-logos img{flex-basis:25%;width:25%}}.organization-logos img:first-child,.organization-logos img:nth-child(3){flex-basis:100%;width:100%}@media(min-width:480px){.organization-logos img:first-child,.organization-logos img:nth-child(3){flex-basis:50%;width:50%;max-width:unset}}#contact{background:#eee}.contact-methods{font-size:1.2em}.contact-method{line-height:1.4}.contact-method i{margin-right:.5em}.site-footer{background:#ddd;display:flex;flex-flow:column;align-items:center}.site-footer .container{padding:1em}.site-footer .container .social-links{font-size:2em;display:flex;flex-flow:row;justify-content:center;width:100%;margin:1em 0}.site-footer .container .social-links .social-link{color:#333;transition:color .4s ease-in-out;margin-left:.5em;width:1em;display:flex;justify-content:center;text-decoration:none}.site-footer .container .social-links .social-link:first-child{margin-left:0}.site-footer .container .social-links .twitter:hover{color:#1da1f2}.site-footer .container .social-links .facebook:hover{color:#1778f2}.site-footer .container .social-links .linkedin:hover{color:#0e76a8}.site-footer .container p{text-align:center;line-height:1.2}.site-footer .container p a{color:inherit;font-weight:700;transition:color .4s ease-in-out}.site-footer .container p a:hover{color:#00a3ff}@media(min-width:600px){.personal-summary .container{grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:center;justify-content:start}.personal-summary .container img{grid-area:1/2;width:160px}.personal-summary .container p{grid-area:1/1;font-size:1.5em}.personal-summary .container p br{display:initial}.personal-summary .container .cta{grid-area:2/1}.site-header{position:unset}body{margin-bottom:unset}#hamburger,.hamburger-label{display:none}.site-nav{display:flex;flex-basis:unset;flex-flow:row}.site-header .container{justify-content:space-between;flex-flow:row wrap;height:64px;align-items:center}.site-nav a{margin-left:1em;box-sizing:border-box}.site-header a{height:44px}.site-header a:hover{border-bottom:2px solid #00a3ff}.section p,.section a{font-size:1.25em}}@media(min-width:768px){.personal-summary{font-size:1.25em}.personal-summary .container img{width:192px}.personal-summary .container .cta{font-size:.8em}.section-header{font-size:2.5em}.section p,.section a{font-size:1.5em}}@media(min-width:62em){.container{padding:0}.section{padding:2em 0}.personal-summary{font-size:1.5em;padding:2em 0}.personal-summary .container{padding:0}.personal-summary .container img{width:256px;max-width:256px}} \ No newline at end of file diff --git a/resources/_gen/assets/scss/scss/main.scss_48b060fe05b0a273d182ef83c0605941.json b/resources/_gen/assets/scss/scss/main.scss_48b060fe05b0a273d182ef83c0605941.json new file mode 100644 index 0000000..6296df1 --- /dev/null +++ b/resources/_gen/assets/scss/scss/main.scss_48b060fe05b0a273d182ef83c0605941.json @@ -0,0 +1 @@ +{"Target":"scss/main.min.c1dac0e9a378982c88da8565740521d2f8c0892d268c8f7f13f130285f36af3b.css","MediaType":"text/css","Data":{"Integrity":"sha256-wdrA6aN4mCyI2oVldAUh0vjAiS0mjI9/E/EwKF82rzs="}} \ No newline at end of file diff --git a/static/cv.pdf b/static/cv.pdf new file mode 100644 index 0000000..122ed3b Binary files /dev/null and b/static/cv.pdf differ diff --git a/static/images/mo.jpg b/static/images/mo.jpg new file mode 100644 index 0000000..000b49c Binary files /dev/null and b/static/images/mo.jpg differ diff --git a/static/images/mo1.jpg b/static/images/mo1.jpg new file mode 100644 index 0000000..b095172 Binary files /dev/null and b/static/images/mo1.jpg differ diff --git a/static/logos/ard.png b/static/logos/ard.png new file mode 100644 index 0000000..5d2f5d5 Binary files /dev/null and b/static/logos/ard.png differ diff --git a/static/logos/crpd.png b/static/logos/crpd.png new file mode 100644 index 0000000..64f3dcb Binary files /dev/null and b/static/logos/crpd.png differ diff --git a/static/logos/g3ict.png b/static/logos/g3ict.png new file mode 100644 index 0000000..199b24c Binary files /dev/null and b/static/logos/g3ict.png differ diff --git a/static/logos/gaates.png b/static/logos/gaates.png new file mode 100644 index 0000000..68f5f6f Binary files /dev/null and b/static/logos/gaates.png differ diff --git a/static/logos/ifes.jpg b/static/logos/ifes.jpg new file mode 100644 index 0000000..a33cfee Binary files /dev/null and b/static/logos/ifes.jpg differ diff --git a/static/logos/un-ohchr.png b/static/logos/un-ohchr.png new file mode 100644 index 0000000..a2fcaa2 Binary files /dev/null and b/static/logos/un-ohchr.png differ