Skip to content

Instantly share code, notes, and snippets.

View asg5704-deprecated's full-sized avatar

Alexander Garcia asg5704-deprecated

View GitHub Profile
import javax.swing.JOptionPane;
public class CircuitBoard
{
public static void main(String [] args)
{
String answer;
double retailPrice;
double profit;
double rate = 0.4;
@asg5704-deprecated
asg5704-deprecated / index.html
Created October 19, 2016 00:47
Nikola Tesla Tribute Page - FCC Project #1
<body style="margin-top: 60px;">
<div class="jumbotron" style="margin-left:auto; margin-right:auto; width:80%">
<div class="container">
<h1 style="text-align: center";>Nikola Tesla</h1>
<h3 style="text-align: center";>The Poor Man's Genius</h3>
<img class="img-responsive" src="https://upload.wikimedia.org/wikipedia/commons/2/20/Nikola_Tesla%2C_with_his_equipment_Wellcome_M0014782.jpg" alt="Nikola Tesla sitting next to Tesla Coil"/>
<figcaption style="background-color: white; padding: 10px;">Nikola Tesla pictured next to his infamous creation the Tesla Coil</figcaption></div>
<h2 style="text-align: center;">Chronological timeline of Nikola Tesla</h2>
<ul>
<li>1856 - July 10th, born during a thunderstorm in Austria-Hungary.</li>