Added favicon, populated about text and added about css

This commit is contained in:
Ethan N. Paul 2018-02-03 04:18:15 -05:00
parent 28e0eadd85
commit bbe30c8572
3 changed files with 16 additions and 13 deletions

View File

@ -484,9 +484,9 @@ body.mobile-nav-active #mobile-nav-toggle {
}
#about .about-title {
color: #333;
font-weight: 700;
font-size: 28px;
color: #bababa;
font-weight: 600;
font-size: 20px;
}
#about .about-text {

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

@ -29,8 +29,11 @@
<meta name="twitter:image:alt" content="ENPN">
<!-- Page title and favicon definition -->
<title>E.N. Paul</title>
<title>ENPaul Homepage</title>
<link rel="shortcut icon" href="img/e-b.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
<link rel="icon" type="image/png" href="img/e-b.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/e-b.png" sizes="16x16">
<!-- CSS references -->
<link href="css/bootstrap.min.css" rel="stylesheet">
@ -101,8 +104,9 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">About Me</h3>
<h3 class="section-title">About</h3>
<div class="section-title-divider"></div>
<p class="section-description">Hello, and welcome to my website! This is my main landing page where you can learn about me and my network.</p>
</div>
</div>
</div>
@ -112,18 +116,17 @@
<img class="about-portrait" src="img/e-w.png" alt="Ethan N. Paul"/>
</div>
<div class="col-md-6">
<h2 class="about-title">We provide great services and ideass</h2>
<h2 class="about-title">Who I Am</h2>
<p class="about-text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
in reprehenderit in voluptate
My name is Ethan Paul. I am currently an engineering student at Worcester Polytechnic Institute studying Mechanical Engineering. I am an avid outdoorsman, former Boy Scout, and can make a mean omlette (if I do say so myself). I'm also a Type 1 Diabetic, working on joining the Artificial Pancreas and OpenOMNI projects.
</p>
<h2 class="about-title">What I Do</h2>
<p class="about-text">
Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim
id est laborum
Lots of things! I work at WPI Network Operations and spent three years as an intern for SolidWorks. I also enjoy programming, fixing my aging car, hiking, and squeezing extra years of life out of old technology.
</p>
<h2 class="about-title">My Network</h2>
<p class="about-text">
Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim
id est laborum
The ENPaul Network (ENPN) is a homelab environment designed, created, and maintained by/for myself. To be clear: the things I do with my servers are completely unnecessary and wholly ridiculous. I do them anyway because they're fun! See the Network Section to learn more.
</p>
</div>
</div>
@ -246,7 +249,7 @@
</div>
</footer>
<a href="#about" class="back-to-top"><span title="Back to top"><i class="fa fa-chevron-up"></i></span></a>
<a href="#top" class="back-to-top"><span title="Back to top"><i class="fa fa-chevron-up"></i></span></a>
</body>