p02_company_group25
This repository is for the second assignment in IAT 339 Summer 2020
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 links in README
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
This repository is for the second assignment in IAT 339 Summer 2020
Basic Info
- Host: GitHub
- Owner: cubefreak716
- Language: HTML
- Default Branch: master
- Size: 25 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 6 years ago
· Last pushed almost 6 years ago
Metadata Files
Citation
Owner
- Name: Matilda Chiang
- Login: cubefreak716
- Kind: user
- Repositories: 1
- Profile: https://github.com/cubefreak716
Citation (citations.html)
<!DOCTYPE html>
<html>
<head>
<title>P01 Wireframes</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial=scale=1.0"> <!-- -->
<link href="css/normalize.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/flexbox.css" rel="stylesheet">
</head>
<body>
<nav class="nav-main box">
<a href="index.html" class="nav-main-item branding box-item-nav"><h4>Style Guide</h4></a>
<a href="sample-page.html" class="nav-main-item sample box-item-nav"><h4>Sample Index Page</h4></a>
<a href="wireframes.html" class="nav-main-item wireframes box-item-nav"> <h4> Wireframes </h4> </a>
<a href="citations.html" class="nav-main-item citations box-item-nav"><h4>Citations</h4></a>
</nav>
<h2>Html and Css resourses</h2>
<ul>
<li><a href="https://www.w3schools.com/">https://www.w3schools.com/</a> </li>
<li> <a href="https://tobiasahlin.com/blog/flexbox-break-to-new-row/">https://tobiasahlin.com/blog/flexbox-break-to-new-row/</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Ordering_Flex_Items">https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Ordering_Flex_Items</a></li>
<li><a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">https://css-tricks.com/snippets/css/a-guide-to-flexbox/</a></li>
<li><a href="https://philipwalton.github.io/solved-by-flexbox/demos/grids/">https://philipwalton.github.io/solved-by-flexbox/demos/grids/</a></li>
<li><a href="https://css-tricks.com/how-to-make-a-css-only-carousel/">https://css-tricks.com/how-to-make-a-css-only-carousel/</a></li>
</ul>
<h2>Fonts Used</h2>
<p>Teko Bold used under Open Font License. Created by Indian Type Foundry.</p>
<p>Oxygen Regular and Bold 700 used under Open Font License. Created by Vernon Adams.</p>
<ul>
<li>Teko <a href="https://fonts.google.com/specimen/Teko">https://fonts.google.com/specimen/Teko</a></li>
<li>Oxygen <a href="https://fonts.google.com/specimen/Oxygen">https://fonts.google.com/specimen/Oxygen</a></li>
</ul>
</body>
</html>