marineecologywebsite
Website for Marine Ecology Project
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Website for Marine Ecology Project
Basic Info
- Host: GitHub
- Owner: bryanz35
- Language: HTML
- Default Branch: main
- Size: 6.23 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Citation
readme.md
Website Structure:
- Introduction, classification, something special
- Anatomy/appearance, locomotion
- Behavior, habitat & range, diet, life cycle
- Adaptations, defense/offense, enemies, species survival status
- Citations
Website is live at: https://bryanz35.github.io/MarineEcologyWebsite/
Created on a time crunch by @bryanz35 and @CoconutTrebuchet
Owner
- Login: bryanz35
- Kind: user
- Repositories: 1
- Profile: https://github.com/bryanz35
I do web development, write apps in Java, and am currently doing the CS50 course
Citation (citations/citations.css)
* {
box-sizing: border-box;
}
body {
background-color: #1A1E23;
font-family: "Lato", sans-serif;
color: #ffffff;
-webkit-font-smoothing: antialiased;
margin:auto;
max-width: 1200px;
min-height: 100vh;
}
nav {
position: relative;
padding-bottom: 12px;
margin: auto;
}
nav .line {
height: 2px;
position: absolute;
bottom: 0;
margin: 10px 0 0 0;
background: #FF1847;
}
nav ul {
list-style: none;
display: flex;
}
nav ul li {
margin: 0 40px 0 0;
opacity: 0.4;
transition: all 0.4s ease;
}
nav ul li:hover {
opacity: 0.7;
}
nav ul li.active {
opacity: 1;
}
nav ul li:last-child {
margin-right: 0;
}
nav ul li a {
text-decoration: none;
color: #ffffff;
text-transform: uppercase;
display: block;
font-weight: 600;
letter-spacing: 0.2em;
font-size: 14px;
}
#nav-list{
margin: auto;
width: 70%;
justify-content: center;
}
.wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
width: 100%;
height: 100%;
}
hr.solid {
border-top: 3px solid
}
h1 {
font-size: 52px;
}