Skip to content

Instantly share code, notes, and snippets.

View HuangStanley050's full-sized avatar
🤙
Wow Micro Frontend

Stanley Huang HuangStanley050

🤙
Wow Micro Frontend
View GitHub Profile
@HuangStanley050
HuangStanley050 / index.html
Created December 2, 2017 11:40
Twitch TV API exercise
<body>
<div class="container-fluid">
<h1 class="text-center" style="background-color:lavender;">Twitch Streamers</h1>
<div class="row">
<div class="col-md-4" style="background-color:Aqua;">
<img src="https://pbs.twimg.com/media/C6PR9SfWUAA1DoF.jpg" class="horizontal" style="width: 90px";>
<a id="test1" href="https://go.twitch.tv/zwan_oj" target="_blank"><P class="horizontal">Zwan</P></a>
</div>
@HuangStanley050
HuangStanley050 / index.html
Created December 2, 2017 11:38
Pomodoro Clock project
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div class="container-fluid">
<div id="jumbo_style"class="jumbotron">
@HuangStanley050
HuangStanley050 / index.html
Created December 2, 2017 11:37
Tic Tac Toe project
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<button id="Human"type="button" class="btn btn-primary">Start X</button>
@HuangStanley050
HuangStanley050 / index.html
Created December 2, 2017 11:35
Simon Game
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Simon</title>
<audio id="green_sound" src="https://s3.amazonaws.com/freecodecamp/simonSound1.mp3" ></audio>
<audio id="red_sound" src="https://s3.amazonaws.com/freecodecamp/simonSound2.mp3" ></audio>