Skip to content

Instantly share code, notes, and snippets.

@Yosef-Ali
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save Yosef-Ali/e04c3cc1079038b34385 to your computer and use it in GitHub Desktop.

Select an option

Save Yosef-Ali/e04c3cc1079038b34385 to your computer and use it in GitHub Desktop.
About Me Page
<DOCTYPE HTML>
<header class="masthead">
<p class="masthead-intro">Hi, I'am</p>
<h1 class="masthead-heading">Yosef</h1>
</header>
<section class="introduction-section">
<h1>Intriduction</h1>
<p>I’m a Graphic Designer and Digital Print Operator who loves creative design and printing as well as helping people where my skill needed. I work as a Design and Printing Consultant at World Bank Ethiopia and run my small Graphic Studio here in Addis Ababa.</p>
</section>
<section class="location-section">
<h1>Where I'm From</h1>
<p>I’m from Addis Ababa not only the capital city of Ethiopia, but also the seat of the head quarter of African Union (AU) and so many international organizations. http://en.wikipedia.org/wiki/Addis_Ababa</p>
</section>
<section class="questions-section">
<h1>More About Me</h1>
<h2>What are your favorite hobbies?</h2>
<p>I love Jogging; I used to jog with friends at least once in a week. I am also highly fascinated in participating in different voluntary activities, with the specialty of working with disabilities. </p>
<h2>What's your dream job?</h2>
<p>I’d love to work as front end engineer </p>
<h2>What's your background?</h2>
<p>I’ve Computer Science Advanced diploma in 2000 from one of the best colleges in the country. The main focus areas of the course were Pascal, FoxPro and VB6. After graduation I focused on graphic design for printing using Adobe in design, Photoshop, Illustrator and QuarkXPress, where my expertise now.</p>
<h2> What about Sport?</h2>
<p>As I am from Ethiopia, a country of long distance runners I love to watch the competition of Ethiopian Athletes with their international contestants. </p>
<h2>What about Religion?</h2>
<p> Roman Catholic Church follower </p>
</section>
<footer class="content-footer">
<p>Say hi to me on these social networks:</p>
<ul class="social">
<li><a href="https://github.com/Yosef-Ali">GitHub</a></li>
<li><a href="https://twitter.com/yosefali">Twitter</a></li>
<li><a href="https://plus.google.com/u/0/103148100617230595058/about">Google+</a></li>
</ul>
<p>Cover Image via <a href="http://unsplash.com">Unsplash</a></p>
</footer>
body {
/* Typography Declarations */
color: #222222;
font-size: 1em;
font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
a:link {
font-weight: bold;
text-decoration: none;
}
a:visited {
font-weight: bold;
text-decoration: line-through;
}
a:hover, a:focus {
text-decoration: underline;
}
.content-footer,
.masthead-heading,
.masthead-intro {
text-align: center;
}
.masthead {
padding: 6em 0;
}
.masthead-intro {
/* Layout Declarations */
margin-bottom: 0.1em;
/* Typography Declarations */
font-family: "Gentium Book Basic", Georgia, serif;
font-size: 2em;
text-shadow: 1px 1px 3px #000;
}
.masthead-heading {
/* Layout Declarations */
margin-top: -0.2em;
/* Typography Declarations */
font-family: "Ubuntu", "Helvetica Neue", sans-serif;
font-weight: 700;
font-size: 6em;
letter-spacing: -0.02em;
text-transform: uppercase;
text-shadow: 1px 1px 3px #000;
color: #fff;
}
.masthead {
background-image: url('http://i1065.photobucket.com/albums/u391/Yosef_Ali/photo-1416339684178-3a239570f315_zps2sf1f1ld.jpg');
background-repeat: no-repeat;
background-size: cover;
border-top: solid 1em #FFCF33;
}
.introduction-section,
.location-section,
.questions-section {
max-width: 38em;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
}
.social > li {
display: inline-block;
padding:.5em;
}
.introduction-section > p,
.location-section > p,
.questions-section > p,
.content-footer > p {
/* Typography Declarations */
font-family: "Open Suns", Georgia, serif;
font-weight: 300;
letter-spacing: 0.05em;
}
.introduction-section > h1,
.location-section > h1,
.questions-section > h1,
.content-footer > h1 {
/* Typography Declarations */
font-family: "Ubuntu", Georgia, serif;
color: #FA0F02;
}
.questions-section > h2 {
font-family: "Ubuntu", Georgia, serif;
font-size: 1.2em;
font-weight: bold;
color: #999;
/* Layout */
margin: 2em 0 1em 0;
}
.content-footer {
color: white;
background: #999;
padding:.5em;
text-dicoration: ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment