diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..61a9130 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..c94d2df --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,37 @@ + + + + false + + false + false + + + + + + + + + + + + 1.8 + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..54f259a --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..b3323ae --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,922 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + project + + + + + + + + + + + + + + + + project + + + true + + + + DIRECTORY + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1484849168422 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/HTML-Bio-Page-Lab.iml b/HTML-Bio-Page-Lab.iml new file mode 100644 index 0000000..80cc739 --- /dev/null +++ b/HTML-Bio-Page-Lab.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..4853f40 --- /dev/null +++ b/css/style.css @@ -0,0 +1,328 @@ +@charset "utf-8"; +/*------------------------------------*\ + $RESET +\*------------------------------------*/ +/* A more considered reset; more of a restart... As per: csswizardry.com/2011/10/reset-restarted */ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, +a, abbr, address, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strong, sub, sup, tt, var, +b, u, i, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, figcaption, figure, +footer, header, hgroup, menu, nav, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; +} +article, aside, details, figcaption, figure, footer, +header, hgroup, menu, nav, section { + display: block; +} +h1, h2, h3, h4, h5, h6 { + font-size: 100%; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +strong, b, mark { + font-weight: bold; + font-style: inherit; +} +em, i, cite, q, address, dfn, var { + font-style: italic; + font-weight: inherit; +} +abbr[title], dfn[title] { + cursor: help; + border-bottom: 1px dotted; +} +ins { + border-bottom: 1px solid; +} +a, u, ins { + text-decoration: none; +} +del, s { + text-decoration: line-through; +} +pre, code, samp, kbd { + font-family: monospace; +} +small { + font-size: 0.75em; +} +img { + border: none; + font-style: italic; +} +input, +select, option, optgroup, +textarea { + font: inherit; +} + + + + + +/*------------------------------------*\ + $MAIN +\*------------------------------------*/ +html { + background-color: #f6f9f9; + color: #95a4a9; + font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; +} +body { + margin: 10%; +} + +.avatar { + float: left; + margin: 0 40px 20px 0; +} + .avatar img { + max-width: 200px; + max-height: 200px; + border-radius: 125px; + } + +.content { + float: left; + width: 300px; +} + .title { + font-size: 48px; + font-weight: normal; + line-height: 1; + } + + .social-icons li { + display: inline; + } + .social-icons a { + display: inline-block; + margin-right: 10px; + text-indent: -9999px; + } + .twitter { + background-image: url(../img/twitter.png); + width: 20px; + height: 17px; + } + .facebook { + background-image: url(../img/facebook.png); + width: 10px; + height: 19px; + } + .googleplus { + background-image: url(../img/googleplus.png); + width: 21px; + height: 19px; + } + .dribbble { + background-image: url(../img/linkedin-xxl3.png); + width: 21px; + height: 19px; + } + .instagram { + background-image: url(../img/instagram.png); + width: 20px; + height: 19px; + } + .flickr { + background-image: url(../img/flickr.png); + width: 20px; + height: 9px; + } + + .customFooter{ + position: absolute; + + bottom: 0; + } + + + + + +/*------------------------------------*\ + $TYPOGRAPHY +\*------------------------------------*/ +p, +ul, ol, dl, +.title { + margin-bottom: 20px; +} +p { + font-weight: bold; +} +ul, ol, dl { + list-style-type: none; +} +a { + color: #339999; + font-weight: bold; +} +a:hover, a:focus { + color: #95a4a9; + -webkit-transition: color 0.2s ease; + -moz-transition: color 0.2s ease; + -o-transition: color 0.2s ease; + -ms-transition: color 0.2s ease; + transition: color 0.2s ease; +} + + + + + +/*------------------------------------*\ + $MISC +\*------------------------------------*/ +a img:hover, +.social-icons a:hover { + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; + filter: alpha(opacity=85); + opacity: 0.85; + -webkit-transition: opacity 0.2s ease; + -moz-transition: opacity 0.2s ease; + -o-transition: opacity 0.2s ease; + -ms-transition: opacity 0.2s ease; + transition: opacity 0.2s ease; +} + +/* +Animate.css - http://daneden.me/animate +LICENSED UNDER THE MIT LICENSE (MIT) + +Copyright (c) 2012 Dan Eden +*/ +.animated { + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -ms-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; + -webkit-animation-duration: 1s; + -moz-animation-duration: 1s; + -ms-animation-duration: 1s; + -o-animation-duration: 1s; + animation-duration: 1s; +} + +.animated.hinge { + -webkit-animation-duration: 2s; + -moz-animation-duration: 2s; + -ms-animation-duration: 2s; + -o-animation-duration: 2s; + animation-duration: 2s; +} + +@-webkit-keyframes bounceInDown { + 0% { + -webkit-transform: translateY(-2000px); + } + + 60% { + -webkit-transform: translateY(30px); + } + + 80% { + -webkit-transform: translateY(-10px); + } + + 100% { + -webkit-transform: translateY(0); + } +} + +@-moz-keyframes bounceInDown { + 0% { + -moz-transform: translateY(-2000px); + } + + 60% { + -moz-transform: translateY(30px); + } + + 80% { + -moz-transform: translateY(-10px); + } + + 100% { + -moz-transform: translateY(0); + } +} + +@-o-keyframes bounceInDown { + 0% { + -o-transform: translateY(-2000px); + } + + 60% { + -o-transform: translateY(30px); + } + + 80% { + -o-transform: translateY(-10px); + } + + 100% { + -o-transform: translateY(0); + } +} + +@keyframes bounceInDown { + 0% { + transform: translateY(-2000px); + } + + 60% { + transform: translateY(30px); + } + + 80% { + transform: translateY(-10px); + } + + 100% { + transform: translateY(0); + } +} + +.bounceInDown { + -webkit-animation-name: bounceInDown; + -moz-animation-name: bounceInDown; + -o-animation-name: bounceInDown; + animation-name: bounceInDown; +} + + + + + +/*------------------------------------*\ + $MOBILE +\*------------------------------------*/ +@media handheld, only screen and (max-width: 720px) { + .avatar, + .content { + float: none; + + } + + .avatar img { + max-width: 125px; + max-height: 125px; + } + + .content { + width: 100%; + } +} \ No newline at end of file diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/img/.DS_Store differ diff --git a/img/avatar.png b/img/avatar.png new file mode 100644 index 0000000..8f71cd8 Binary files /dev/null and b/img/avatar.png differ diff --git a/img/dribbble.png b/img/dribbble.png new file mode 100644 index 0000000..7e3357a Binary files /dev/null and b/img/dribbble.png differ diff --git a/img/facebook.png b/img/facebook.png new file mode 100644 index 0000000..937f90b Binary files /dev/null and b/img/facebook.png differ diff --git a/img/flickr.png b/img/flickr.png new file mode 100644 index 0000000..012383e Binary files /dev/null and b/img/flickr.png differ diff --git a/img/googleplus.png b/img/googleplus.png new file mode 100644 index 0000000..0a23aac Binary files /dev/null and b/img/googleplus.png differ diff --git a/img/instagram.png b/img/instagram.png new file mode 100644 index 0000000..3645393 Binary files /dev/null and b/img/instagram.png differ diff --git a/img/linkedin-xxl.png b/img/linkedin-xxl.png new file mode 100644 index 0000000..2321b10 Binary files /dev/null and b/img/linkedin-xxl.png differ diff --git a/img/linkedin-xxl2.png b/img/linkedin-xxl2.png new file mode 100644 index 0000000..e25c439 Binary files /dev/null and b/img/linkedin-xxl2.png differ diff --git a/img/linkedin-xxl3.png b/img/linkedin-xxl3.png new file mode 100644 index 0000000..2d3bea9 Binary files /dev/null and b/img/linkedin-xxl3.png differ diff --git a/img/linkedin.png b/img/linkedin.png new file mode 100644 index 0000000..5961c15 Binary files /dev/null and b/img/linkedin.png differ diff --git a/img/marwa_avatar.jpg b/img/marwa_avatar.jpg new file mode 100644 index 0000000..5f397f7 Binary files /dev/null and b/img/marwa_avatar.jpg differ diff --git a/img/twitter.png b/img/twitter.png new file mode 100644 index 0000000..f564042 Binary files /dev/null and b/img/twitter.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..79da6ec --- /dev/null +++ b/index.html @@ -0,0 +1,72 @@ + + + + + + Milton Marwa + + + + + + + + + +
+ Avatar +
+ +
+

Milton
Marwa

+ +

+ I'm an aspiring software developer, learning the craft at Zip Code Wilmington. + Prior to joining ZipCode I was a Graduate Research Assistant (GRA) at Embry-Riddle's + Eagle Flight Research Center (EFRC). At EFRC, I was project lead for the General Aviation + Manufacturers Association (GAMA) Hybrid Engine Research (HER) consortium, a long-term + multidiscilinary research effort that seeks to identify feasible alternative aircraft propulsion + concepts (with a specific tilt towards fully electric and hybrid-electric propulsion); as well + as quantify their projected lifecycle noise, cost and emissions reduction potential.

+ + + As project lead, I oversaw several multidisciplinary research efforts; from gas turbine simulation + and modeling; aerodynamics and flight dynamics modeling and analysis; structural modeling and analysis; + trajectory analysis amd optimization; and later the parameterization and integration of the mentioned + models into a single aircraft system. Most recently, I led the team in developing an architecture + exploration and evaluation (AEE) framework that used the above mentioned parametric aircraft system, + to achieve one of the stated goals of the HER project: to identify feasible electric propulsion + aircraft concepts.
+ +

+ +

+ After completing my MS in Aerospace Engineering in December of 2016, I decided to pursue a career in software development. + Zip Code Wilmington was a no-brainer, as it is located + less than half an hour from his adopted home in Delaware.
+


+

+ + + +

+ Founder of DOCC ANALYTICS
+ docc.com
+ doccsolutions.com +

+ +

Marwa can be reached via email at: Email me.

+ +

Original template by Oliur Rahman.

+
+ + diff --git a/index2.html b/index2.html new file mode 100644 index 0000000..1c8b494 --- /dev/null +++ b/index2.html @@ -0,0 +1,77 @@ + + + + Marwa's Bio + + + + + + + + + + + +

Marwa's Bio

+
+ Milton Marwa +
+
+ + + + + + +

Professional Interests

+
+

+ I'm an aspiring software developer, learning the craft at Zip Code Wilmington. + Prior to joining ZipCode he was a Graduate Research Assistant (GRA) at Embry-Riddle's + Eagle Flight Research Center (EFRC). At EFRC, I was project lead for the General Aviation + Manufacturers Association (GAMA) Hybrid Engine Research (HER) consortium, a long-term + multidiscilinary research effort that seeks to identify feasible alternative aircraft propulsion + concepts (with a specific tilt towards fully electric and hybrid-electric propulsion); as well + as quantify their projected lifecycle noise, cost and emissions reduction potential.

+ + + As project lead, I oversaw several multidisciplinary research efforts; from gas turbine simulation + and modeling; aerodynamics and flight dynamics modeling and analysis; structural modeling and analysis; + trajectory analysis amd optimization; and later the parameterization and integration of the mentioned + models into a single aircraft system. Most recently, I led the team in developing an architecture + exploration and evaluation (AEE) framework that used the above mentioned parametric aircraft system, + to achieve one of the stated goals of the HER project: to identify feasible electric propulsion + aircraft concepts.
+ +

+ +

+ After completing my masters in December of 2016, I decided to pursue a career in software development. + Zip Code Wilmington was a no-brainer, as it is located + less than half an hour from my adopted home in Delaware.
+


+

+
+ + +

Extra-curricular Interests

+
+

+ In my spare time, I play soccer in the amateur leagues in Delaware and Pennsylvania. + In a chess game, if starting as white I always open with the Urusov Gambit. If starting as black, + if allowed to, I'll start with the Latvian Gambit. +


+

+
+ + + diff --git a/marwasStaticWebpage.html b/marwasStaticWebpage.html new file mode 100644 index 0000000..6e1440c --- /dev/null +++ b/marwasStaticWebpage.html @@ -0,0 +1,11 @@ + + + + + Milton Marwa + + +

About:

+ + + \ No newline at end of file