A Pen by Paloma Cortez on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link | |
rel="stylesheet" | |
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" | |
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" | |
crossorigin="anonymous" | |
/> | |
<nav id="navbar"> | |
<ul> | |
<a class="nav-link" href="#welcome-section">Home</a> | |
<a class="nav-link" href="#projects">Projects</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav id="navbar"> | |
<header id="Top-header">Data Analysis with Python</header> | |
</div> | |
<ul> | |
<a class="nav-link" href="#introduction">Introduction</a> | |
<a class="nav-link" href="#important">Important</a> | |
<a class="nav-link" href="#matlab_and_python">Matlab and Python</a> | |
<a class="nav-link" href="#the_Python_scientific_stack_for_oceanography">The Python scientific stack for oceanography</a> | |
<a class="nav-link" href="#operating_systems">Operating systems</a> |
A Pen by Paloma Cortez on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// !! IMPORTANT README: | |
// You may add additional external JS and CSS as needed to complete the project, however the current external resource MUST remain in place for the tests to work. BABEL must also be left in place. | |
/*********** | |
INSTRUCTIONS: | |
- Select the project you would | |
like to complete from the dropdown | |
menu. | |
- Click the "RUN TESTS" button to |