mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
fixing the style of index.html a bit
This commit is contained in:
16
index.html
16
index.html
@@ -6,6 +6,10 @@
|
||||
<link rel="stylesheet" href="./assets/shared.css" />
|
||||
</head>
|
||||
<body class="ms-Fabric">
|
||||
<div class="Container">
|
||||
<h1>Frontend Bootcamp</h1>
|
||||
<a href="https://github.com/kenotron/bootcamp">github sources</a>
|
||||
</div>
|
||||
<div class="Container">
|
||||
<ul class="Tiles">
|
||||
<li class="Tile Tile--intro">
|
||||
@@ -85,7 +89,7 @@
|
||||
<li class="Tile">
|
||||
<div class="Tile-link">
|
||||
Step 3<br />
|
||||
UI Fabric: Theming and Styling
|
||||
Theming and Styling
|
||||
<div><a target="_blank" href="/step2-03/demo/">demo</a> | <a target="_blank" href="/step2-03/exercise/">exercise</a></div>
|
||||
</div>
|
||||
</li>
|
||||
@@ -99,31 +103,31 @@
|
||||
<li class="Tile">
|
||||
<a target="_blank" href="/step2-05/" class="Tile-link">
|
||||
Step 5<br />
|
||||
Redux 1: Reducers
|
||||
Redux: Reducers
|
||||
</a>
|
||||
</li>
|
||||
<li class="Tile">
|
||||
<a target="_blank" href="/step2-06/" class="Tile-link">
|
||||
Step 6<br />
|
||||
Redux 2: Dispatch Actions
|
||||
Redux: Dispatch Actions
|
||||
</a>
|
||||
</li>
|
||||
<li class="Tile">
|
||||
<a target="_blank" href="/step2-07/" class="Tile-link">
|
||||
Step 7<br />
|
||||
Redux 3: Connect to UI
|
||||
Redux: Connect to UI
|
||||
</a>
|
||||
</li>
|
||||
<li class="Tile">
|
||||
<a target="_blank" href="/step2-08/" class="Tile-link">
|
||||
Step 8<br />
|
||||
Redux 4: Combine Reducers
|
||||
Redux: Combine Reducers
|
||||
</a>
|
||||
</li>
|
||||
<li class="Tile">
|
||||
<a target="_blank" href="/step2-09/" class="Tile-link">
|
||||
Step 9<br />
|
||||
Redux 5: Service Calls
|
||||
Redux: Service Calls
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user