Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions CSS/AboutMe.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
*{
box-sizing: border-box;
}

.Container{
font-family: "Roboto", sans-serif;
border: 4px dashed #E0E0E0;
padding: 25px 25px;
}

.Container h2 {
text-align: center;
color: #000000;
text-shadow: 2px 2px 2px #808B96;
}

.Container ul {
margin: 30px auto;
padding: 0 20px;
text-align: center;
}

.Container p {
font-size: 18px;
text-align: justify;
padding: 25px 20px;
overflow-x: hidden;
line-height: 1.5;
}

.Goals{
border: 4px dotted #839192;
padding: 20px 30px;
margin: 30px 20px;
}

.Container-Images{
display: flex;
justify-content: center;
}

.Image-1{
width: 300px;
height: 600px;
margin-right: 10px;
box-shadow: 0px 1px 2px 0px #B3B6B7;
}

.Image-2{
width: 700px;
height: 600px;
margin-left: 10px;
box-shadow: 0px 1px 2px 0px #B3B6B7;
}

.Icon-1{
margin-top: 100px;
height: 200px;
width: 200px;
}

.Icon-2{
height: 200px;
width: 200px;
}

.ByLine{
border-bottom: 1px solid LightGrey;
border-top: 1px solid LightGrey;
color: DarkGrey;
font-size: 24px;
font-weight: bold;
text-align: center;
writing-mode: vertical-rl;
text-orientation: mixed;
height: 600px;
}

17 changes: 17 additions & 0 deletions CSS/AdditionalContent.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.Gallery {
margin: 20px 80px 80px 40px;
box-shadow: 0px 4px 8px 0px lightslategray;
float: left;
width: 350px;
}

.Gallery img {
width: 100%;
height: auto;
display: inline-block;
}

.Gallery:hover {
border: 1px solid lightslategray;
transform: rotate(-3deg);
}
103 changes: 103 additions & 0 deletions CSS/ContactUs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
*{
box-sizing: border-box;
font-family: "Roboto", sans-serif;
margin: 0;
padding: 0;
}

nav a{
z-index: 4;
}

a{
color: #E0E0E0;
}

.Content{
height: 100vh;
display: flex;
align-items: center;
}

.Header-Video{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: hidden;
}

.Header-Video video{
min-width: 100%;
min-height: 100%;
z-index: 0;
align-items: center;
justify-content: center;
}

.Overlay{
height: 100vh;
width: 100vw;
position: absolute;
top: 0;
left: 0;
background: #000000;
z-index: 1;
opacity: .10;
}

.Forms{
z-index: 3;
padding-left: 1rem;
padding-right: 1rem;
margin: auto;
text-align: center;
}

.Forms h1 , h2{
color: #E0E0E0;
text-align: center;
text-shadow: 2px 2px 2px #808B96;
}

.Forms label {
display: block;
font-weight: bold;
font-size: 24px;
text-align: center;
color: #E0E0E0;
text-shadow: 2px 2px 2px #808B96;
}

.Forms input,
select,
textarea {
display: flex;
width: 100%;
padding: 10px 25px;
border: 3px;
border-radius: 4%;
box-sizing: border-box;
font-size: 16px;
}

.Forms button {
border: none;
border-radius: 5px;
padding: 10px;
font-size: 16px;
cursor: pointer;
}

.Forms a {
display: inline-block;
text-decoration: none;
font-weight: bold;
font-size: 16px;
}

#Email{
font-weight: bold;
font-size: 22px;
}
65 changes: 65 additions & 0 deletions CSS/Index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
*{
box-sizing: border-box;
}


img{
float: left;
margin: 10px 30px 10px 30px;
height: 1215px;
width: 400px;
}

.General-Block{
font-family: "Roboto", sans-serif;
text-align: justify;
bottom: 15%;
padding: 25px 20px;
overflow-x: hidden;
line-height: 1.5;
}

.Information h1 , h2{
text-align: center;
color: #000000;
text-shadow: 2px 2px 2px #808B96;
}

.Famous-Phrase p{
padding: 25px;
border: 5px solid #566573;
}

.Video{
position: relative;
left: 250px;
}

#Footer img{
background-size: cover;
background-position: bottom center;
height: 600px;
width: 100%;
z-index: 0;
}

#Footer .Content p {

color: white;
text-align: center;
z-index: 1;
font-size: 32px;
position: relative;
bottom: 500px;
width: 600px;
margin: 0 auto;
}

#Bibliography{
z-index: 1;
text-align: center;
font-weight: bold;
text-decoration: none;
border-radius: 10px;
color: #33691E;
}
67 changes: 67 additions & 0 deletions CSS/Style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
* {
margin: 0;
}

header{
width: 100%;
background-color: #E5E7E9 ;
text-align: center;
padding: 25px 0;
font-family: "Roboto", sans-serif;
}

.body {
background-color: #fff;
overflow-x: hidden;
line-height: 1.5;
}

.Title {
margin-top: 5%;
text-align: center;
color: #000000;
text-shadow: 2px 2px 2px #808B96;
}

ul{
list-style: none;
}

a {
display: inline-block;
text-decoration: none;
padding: 5px 15px;
text-align: center;
width: 100%;
color: #000000;
border-radius: 15px;
}

.Links a:hover{
background-color: #fff;
color: #34495E;
font-weight: bold;
}

.Links {
width: 80%;
margin: auto;
display: flex;
justify-content: space-between;
font-size: 24px;
font-weight: bold;
text-shadow: 1px 1px 2px #808B96;
}

li {
color: #000000;
font-family: "Oswald", sans-serif;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
}

li:hover {
color: #283593;
font-weight: bold;
}
Loading