diff --git a/Felix - FavCode Test.html b/Felix - FavCode Test.html deleted file mode 100644 index c659a5d..0000000 --- a/Felix - FavCode Test.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - Felix - FavCode Test - - - - - - - - - - - - - - - -
-
- -
- -
-
-

I'm John Doe and I am a Favcoder

-

My mission for Favcode is to: Develop and deploy enterprise software products.

- -

This is why you should choose me

-

Lorem ipsum dolor sit amet consectetur adipiscing elit nostra taciti curae, accumsan orci id mauris euismod ridiculus maecenas volutpat varius senectus feugiat, semper dui ut nibh consequat erat eleifend natoque habitant. Ridiculus litora libero hendrerit imperdiet integer inceptos lacus, posuere lectus morbi potenti maecenas dapibus.

- - - -

Here is my LinkedIn Page.

-
- -
- -
-
- -
- - - \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..8247723 --- /dev/null +++ b/index.html @@ -0,0 +1,74 @@ + + + + + + Seyi's Personal Page + + + + + + +
+ +
+
+ seyi's picture +
+
+

I'm Oyewole Oluwaseyi and I am an aspiring Favcoder

+

My mission for Favcode is to: Develop and deploy enterprise software products.

+

This is why you should choose me

+

This intership opportunity will help push me further towards my career as a programmer and my dreams of one day having a successful career as a web designer. I also believe in giving back to my community by helping others especially startups in building a responsive website to increase sells via various online means. + Five years from now I see myself employed at a large local tech firm, writing and debugging codes, evaluating,and solving certain problems related to web design and software development. I just feel blessed that I am given the opportunity to intern with your reputable organization to help fulfill my dream and I will prove that I do have what it takes to not only be a successful student, but an outstanding web designer and software developer. + I live in a place where you have people with varying skills such as baking,furniture works, fashion designing to list but in few. + Most of these people have startup businesses but don't have enough capital to get online presence via website. My goal is to make website for them through knowledge gained through this scholarship if i am chosen and i have started the journey by taking courses with ALCwithGoogle and through personal studies.

+
+
+
+

About me

+

Meet OYEWOLE Oluwaseyi......

+

Oluwaseyi is a graduate of Microbiology, from Obafemi Awolowo Universty, Ile-Ife. An intricately thinking researcher,safety personnel, enthusiastic software programmer and dynamic digital marketer, with a generous appetite for innovate performance, exposed to wide learning, often self-taught.

+

Training and Certification

+ +
+
+
+

Contact me

+ + + + + + +
+ +
+
+
+ +
+ + \ No newline at end of file diff --git a/seyi.jpg b/seyi.jpg new file mode 100644 index 0000000..a601f99 Binary files /dev/null and b/seyi.jpg differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..94b8ec9 --- /dev/null +++ b/style.css @@ -0,0 +1,175 @@ +#header { + position:fixed; + list-style-type: none; + left: 0; + top: 0; + width: 100%; + background-color: #282828; + color: white; + text-align: center; + +} +ul { + list-style-type: none; +} +li a { + display: inline-block; + color: white; + text-align: center; + padding: 16px; + text-decoration: none; + text-transform: uppercase; +} +#header li{ + float:left; +} +#header li a:hover { + background-color: #111111; + border-radius: 5px; + + border:1px solid; + + border-color:white; +} +​.fa { + border-radius: 50%; + padding-left: 500px; + font-size: 50%; + width: 50px; + text-align: center; + text-decoration: none; + margin: 50px; +} +.fa-facebook { + background: #3B5998; + color: white; + margin-right:20px; +} +.fa-twitter { + background: #3B5998; + color: white; + margin-right:20px; +} +.fa-linkedin { + background: #3B5998; + color: white; + margin-right:20px; +} +.fa-github { + background: black; + color: white; + margin-right:20px; +} +.fa-instagram { + background: rgb(243, 63, 93); + color: white; + margin-right:20px; +} +#icon{ + margin:20px; + float:right; +} +#icon a:hover { + background-color: whitesmoke; + border-radius: 500px; +} +#footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background-color:#282828; + color: white; + text-align: center; + margin-top: 0; +} +body { + margin-top:74px; + background-color:white; + margin-left: 0; + margin-right: 0; + +} +#home { + width:100%; + height:650px; + background-color: tomato; + + +} +img { + width:300px;; + border-radius: 50%; + border:0; + float:right; + + +} +#home>p,h2,#about>p,#training>li{ + font-size:30px; +} +#about{ + text-align: center; + float:left; + width:100%; + background-color: royalblue; + + + + +} +#training { + float:left; + list-style:disc; + padding-left:30px; + margin-top:15px; + text-align: center; + +} + +#contact { + + padding: 20px; + text-align: center; + width:97.5%; + height: 800px; + background-color:#00EA69; + border:0; + margin-bottom: 80px; + +} + +input[type=text] { + float:left; + border-radius: 7px; + margin: 8px 0; + padding: 12px 20px; + width:40%; + display: block; + margin-left:10px; +} +#textarea { +border-radius: 7px; +margin: 8px 0; +padding: 12px 20px; +width:87%; +display: block; +margin-left:10px; +height: 100px; +} +#submit,#button { + border-radius:15px; + color:white; + text-align:center; + float:left; + background-color: #CE3232; + font-weight:bold; + width:100px; + height:30px; + +} +form>h2, #about>h2 { + color:black; +} + +