wen-site

Wen's brooks homepage/how the hell do I css

https://github.com/citronnade/wen-site

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

Wen's brooks homepage/how the hell do I css

Basic Info
  • Host: GitHub
  • Owner: Citronnade
  • License: mit
  • Language: JavaScript
  • Default Branch: master
  • Size: 1.37 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 11 years ago · Last pushed about 11 years ago
Metadata Files
Readme License Citation

README.md

wen-site

Wen's brooks homepage/how the hell do I css

Owner

  • Name: Max Zhou
  • Login: Citronnade
  • Kind: user

Citation (citations.html)

<!DOCTYPE HTML>

<html>
<head>
  <link rel="stylesheet" typ teal darken-3e="text/css" href="main.css">
  <link rel="stylesheet" typ teal darken-3e="text/css" href="css/materialize.css">
  <title> Welcome to my webpage! </title>
</head>
<body>
  <nav>
    <div class="nav-wrapper blue darken-2">
      <ul id="nav-mobile" class="left">
        <li><a href="homepage.html">About Me</a></li>
        <li><a href="homepage2.html">My Teacher</a></li>
        <li><a href="Citations.html">Citations</a></li>
      </ul>
    </div>
  </nav>
    <main>
      <div class="container">
	
	<div class="row">

	  <div class="col s12">
	    <h1>Citations</h1>
	    <ul class="collection">
	      <li class="collection-item"><a href="http://www.w3schools.com/tags/default.asp">w3schools</a> - for helping with my former webpage</li>
        <li class="collection-item">Max Zhou - everything and for Irene's head</li>
        <li class="collection-item"><a href="http://materializecss.com/">Materialize</a> - for CSS framework and making everything look beautiful</li>
	    </ul>
	  </div>
	</div>
      </div>
    </main>
  </body>
</html>

GitHub Events

Total
Last Year