A Pen by seth dehaan on CodePen.
This file contains 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
<div class='container-fluid'> | |
<div class="row"> | |
<div class="col-md-12"> | |
<nav class="navbar navbar-default" role="navigation"> | |
<div class='col-md-12'> | |
<div class="navbar-header"> | |
</button> <a class="navbar-brand" href="#">Seth's Portfolio</a> | |
</div> | |
<ul class="nav navbar-nav navbar-right"> | |
<li> |
This file contains 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
<div class="container-fluid"> | |
<div class="row text-center"> | |
<div class="col-md-12 temp"> | |
<span><img id="icon"></span><p id="temp"></p> | |
</div> | |
</div> | |
<div class="row text-center"> | |
<div class="col-md-12"> | |
<ul class="list-unstyled list-inline weather-items"> | |
<li class="weather" id="city"></li> |
This file contains 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
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to make opened Markdown files always be soft wrapped: | |
# | |
# path = require 'path' | |
# |