Overhauled the img files for banner displays, updated project meta
@ -495,7 +495,7 @@ body.mobile-nav-active #mobile-nav-toggle {
|
|||||||
/* Get Started Section
|
/* Get Started Section
|
||||||
--------------------------------*/
|
--------------------------------*/
|
||||||
#about {
|
#about {
|
||||||
background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/engine.jpg") fixed center center;
|
background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/watch.jpg") fixed center center;
|
||||||
padding: 80px 0;
|
padding: 80px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -643,7 +643,7 @@ body.mobile-nav-active #mobile-nav-toggle {
|
|||||||
/* Portfolio Section
|
/* Portfolio Section
|
||||||
--------------------------------*/
|
--------------------------------*/
|
||||||
#project {
|
#project {
|
||||||
background: #fff;
|
background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../img/engine.jpg") fixed center center;;
|
||||||
padding: 80px 0;
|
padding: 80px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
img/banners/_template.pdn
Normal file
Before Width: | Height: | Size: 585 KiB After Width: | Height: | Size: 297 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 378 KiB |
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 196 KiB |
Before Width: | Height: | Size: 585 KiB After Width: | Height: | Size: 334 KiB |
BIN
img/circuit.jpg
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 766 KiB |
Before Width: | Height: | Size: 196 KiB |
BIN
img/watch.jpg
Normal file
After Width: | Height: | Size: 503 KiB |
@ -7,29 +7,29 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<meta name="author" content="enpaul@enpaul.net"/>
|
<meta name="author" content="enpaul@enpaul.net"/>
|
||||||
<meta name="description" content="E N Paul personal landing page and Network Services website"/>
|
<meta name="description" content="Introduction to my personal projects and achievements"/>
|
||||||
<meta name="keywords" content="enpaul, network, operations, networking, plex, media, server, adds, active, directory, wpi, worcester, polytechnic, institute, boston, mechanical, engineering, solidworks, home, lab, homelab, solid, works, autocad, cad, domain, windows, server"/>
|
<meta name="keywords" content="enpaul, network, operations, networking, plex, media, server, adds, active, directory, wpi, worcester, polytechnic, institute, boston, mechanical, engineering, solidworks, home, lab, homelab, solid, works, autocad, cad, domain, windows, server"/>
|
||||||
<meta name="robots" content="index,follow"/>
|
<meta name="robots" content="index,follow"/>
|
||||||
|
|
||||||
<!-- Facebook integration meta -->
|
<!-- Facebook integration meta -->
|
||||||
<meta property="og:title" content="ENPaul Homepage"/>
|
<meta property="og:title" content="ENPaul | Projects"/>
|
||||||
<meta property="og:url" content="https://enpaul.net/"/>
|
<meta property="og:url" content="https://enpaul.net/projects/"/>
|
||||||
<meta property='og:site_name' content="ENPN"/>
|
<meta property='og:site_name' content="ENPaul"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property='og:locale' content="en_US"/>
|
<meta property='og:locale' content="en_US"/>
|
||||||
<meta property="og:image" content="https://enpaul.net/img/network-banner.jpg"/>
|
<meta property="og:image" content="https://enpaul.net/img/banners/projects.jpg"/>
|
||||||
<meta property='og:description' content="Ethan Paul's personal landing page and overview website"/>
|
<meta property='og:description' content="Introduction to my personal projects and achievements"/>
|
||||||
|
|
||||||
<!-- Twitter integration meta -->
|
<!-- Twitter integration meta -->
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@theenpaul">
|
<meta name="twitter:site" content="@theenpaul">
|
||||||
<meta name="twitter:title" content="ENPaul Homepage">
|
<meta name="twitter:title" content="ENPaul | Projects">
|
||||||
<meta name="twitter:description" content="Ethan Paul's personal landing page and overview website">
|
<meta name="twitter:description" content="Introduction to my personal projects and achievements">
|
||||||
<meta name="twitter:image" content="https://enpaul.net/img/network-banner.jpg">
|
<meta name="twitter:image" content="https://enpaul.net/img/banners/projects.jpg">
|
||||||
<meta name="twitter:image:alt" content="ENPN">
|
<meta name="twitter:image:alt" content="ENPaul">
|
||||||
|
|
||||||
<!-- Page title and favicon definition -->
|
<!-- Page title and favicon definition -->
|
||||||
<title>ENPaul</title>
|
<title>ENPaul | Projects</title>
|
||||||
<link rel="shortcut icon" href="../img/e-b.png">
|
<link rel="shortcut icon" href="../img/e-b.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" 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="32x32">
|
||||||
|