p02_styleguide
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
Unable to calculate vocabulary similarity
Last synced: 10 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: layy1
- Language: HTML
- Default Branch: main
- Size: 3.74 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
P02_Styleguide
Owner
- Login: layy1
- Kind: user
- Repositories: 1
- Profile: https://github.com/layy1
Citation (citations.html)
<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head>
<meta charset="utf-8">
<title>LA-RÉB DESIGN STUDIO</title>
<link href="css/main.css" rel="stylesheet">
<link href="css/fonts.css" rel="stylesheet">
</head>
<body>
<section>
<header>
<h1>LA-RÉB DESIGN STUDIO</h1>
<body>
<section>
<header>
<h1>LA RÉB DESIGN STUDIO</h1>
<h2>Style Guide</h2>
<!-- NAVIGATION LINK / MENU -->
<nav class= "nav-menu">
<a href="./index.html" class= "nav-button">Home</a>
<a href="./product-listings.html" class= "nav-button">Shop</a>
<a href="./checkout.html" class= "nav-button">Cart</a>
<a href="./about.html" class= "nav-button">About</a>
<!-- <a href="./contact-us.html" class= "nav-button">Contact Us</a> -->
<a href="./styleguide.html" class= "nav-button">Styleguide</a>
</nav>
</header>
</section>
<section>
<h2>Citations</h2>
<section class= "divider">
<h3>Coding</h3>
<p>
https://www.30secondsofcode.org/css/s/image-overlay-hover/
<br>
https://codepen.io/ChynoDeluxe/pen/poyNEay
<br>
https://www.tutorialspoint.com/how-to-darken-an-image-using-css
<br>
https://stackoverflow.com/questions/27644314/how-to-make-only-placeholder-italics-in-input
</p>
<h3>Images</h3>
<p>
https://i.pinimg.com/736x/f3/c4/6f/f3c46fbefc66e519add0c149244cbd40.jpg
<br>
https://pin.it/7CkhWe9UI
<br>
https://pin.it/2JuKi7BxU
<br>
https://pin.it/4j1gDUZZx
<br>
https://pin.it/UHkdQjTvt
<br>
https://pin.it/2FDBkJx5h
<br>
https://pin.it/3ZFPyfIX9
<br>
https://pin.it/1j5rsAGkf
</p>
<h3>Fonts</h3>
<p>
header font: https://fonts.google.com/specimen/Unbounded
<br>
subheading font: https://ifonts.xyz/gopher-font-family.html
<br>
body font: https://www.collletttivo.it/typefaces/apfel-grotezk
<br>
caption font: https://www.dafontfree.co/radian-font/
</p>
</section>
</section>
</body>
<footer>
<div class="footer-container">
<div class= "footer-element" id = "CompName">
<h1 id="footer-title">LA-RÉB DESIGN STUDIO</h1>
</div>
<div class="footer-element" id="nav-footer">
<h3 id="nav-title-footer">Navigation</h3>
<div id="nav-content-footer">
<a href="./about.html" class= "nav-button" id="nav-button-footer" >About</a> <br>
<a href="./index.html" class= "nav-button" id="nav-button-footer" >Home</a> <br>
<a href="./product-listings.html" class= "nav-button" id="nav-button-footer">Shop</a> <br>
<a href="./checkout.html" class= "nav-button" id="nav-button-footer">Cart</a> <br>
<!-- <a href="./contact-us.html" class= "nav-button" id="nav-button-footer>Contact Us</a> <br> -->
<a href="./styleguide.html" class= "nav-button" id="nav-button-footer">Styleguide</a>
</div>
<!-- </div> -->
<div class= "footer-element" id="comment-footer">
<form class= "text-input-with-label" method="post" action="#">
<label for="form-comment" id="footer-comment-label">Tell Us How We're Doing:</label> <br>
<input type="text" id="form-comment" class= "input" placeholder="Type your message here...">
<input type="submit" class= "input-button" value="Send">
</form>
</div>
</div>
</div>
</footer>
</html>