Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Commit 56f74c5

Browse files
authored
Converted table to HTML to work w/ GH Pages
1 parent adf9746 commit 56f74c5

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

README.md

+28-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,31 @@ You're welcome to follow along during the events, you should come prepared with
1515
If you're interested in engaging with the .NET crew, check out an event near you!
1616

1717
## Schedule
18-
| Date | School | Room | Time | Activity |
19-
| ---- | ------ | ---- | ---- | -------- |
20-
| Wed, Oct 30th, 2019 | UC San Diego | [EBU I - QCC](http://jacobsschool.ucsd.edu/about/map.sfe) | 3:30 - 4pm<br><br>4 - 5pm<br><br>5 - 5:15pm<br><br>5:15 - 6pm<br><br>6 - 6:30pm<br><br> 6:30 - 7:30pm<br><br>7:15 7:30pm<br><br> 7:30 - 8:30pm | Introduction<br><br>[Meet .NET and Build an App](Build%20a%20Web%20App%20with%20.NET/)<br><br>Break<br><br>[Unity and .NET](Xamarin%20and%20Unity/)<br><br>[Survey](https://forms.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR02oMiz5Te5NtYjOFpXUHVFUOUtXNlgyWlpPNDlXSlBPWjVTRUlXUTBTSy4u) then Dinner<br><br>[ML with .NET](ML%20with%20.NET/)<br><br>Break<br><br>[Life After School](Life%20After%20School) |
21-
| Thu, Nov 1st, 2019 | San Diego Mesa College | BT-216 | 8:30 - 9am<br><br>9 - 10am<br><br>10 - 10:45am<br><br>10:45 - 11:15am<br><br>11:15am - 12pm<br><br>12 - 1pm | Introduction<br><br>[Meet .NET and Build an App](Build%20a%20Web%20App%20with%20.NET/)<br><br>[Unity and .NET](Xamarin%20and%20Unity/)<br><br>[Survey](https://forms.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR02oMiz5Te5NtYjOFpXUHVFUOUtXNlgyWlpPNDlXSlBPWjVTRUlXUTBTSy4u) then Lunch<br><br>[ML with .NET](ML%20with%20.NET/)<br><br>[Life After School](Life%20After%20School) |
18+
19+
<table>
20+
<thead>
21+
<tr>
22+
<th>Date</th>
23+
<th>School</th>
24+
<th>Room</th>
25+
<th>Time</th>
26+
<th>Activity</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr>
31+
<td>Wed, Oct 30th, 2019</td>
32+
<td>UC San Diego</td>
33+
<td><a href="http://jacobsschool.ucsd.edu/about/map.sfe" rel="nofollow">EBU I - QCC</a></td>
34+
<td>3:30 - 4pm<br><br>4 - 5pm<br><br>5 - 5:15pm<br><br>5:15 - 6pm<br><br>6 - 6:30pm<br><br> 6:30 - 7:30pm<br><br>7:15 7:30pm<br><br> 7:30 - 8:30pm</td>
35+
<td>Introduction<br><br><a href="/dotnet-presentations/collegetour/blob/master/Build%20a%20Web%20App%20with%20.NET">Meet .NET and Build an App</a><br><br>Break<br><br><a href="/dotnet-presentations/collegetour/blob/master/Xamarin%20and%20Unity">Unity and .NET</a><br><br><a href="https://forms.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR02oMiz5Te5NtYjOFpXUHVFUOUtXNlgyWlpPNDlXSlBPWjVTRUlXUTBTSy4u" rel="nofollow">Survey</a> then Dinner<br><br><a href="/dotnet-presentations/collegetour/blob/master/ML%20with%20.NET">ML with .NET</a><br><br>Break<br><br><a href="/dotnet-presentations/collegetour/blob/master/Life%20After%20School">Life After School</a></td>
36+
</tr>
37+
<tr>
38+
<td>Thu, Nov 1st, 2019</td>
39+
<td>San Diego Mesa College</td>
40+
<td>BT-216</td>
41+
<td>8:30 - 9am<br><br>9 - 10am<br><br>10 - 10:45am<br><br>10:45 - 11:15am<br><br>11:15am - 12pm<br><br>12 - 1pm</td>
42+
<td>Introduction<br><br><a href="/dotnet-presentations/collegetour/blob/master/Build%20a%20Web%20App%20with%20.NET">Meet .NET and Build an App</a><br><br><a href="/dotnet-presentations/collegetour/blob/master/Xamarin%20and%20Unity">Unity and .NET</a><br><br><a href="https://forms.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR02oMiz5Te5NtYjOFpXUHVFUOUtXNlgyWlpPNDlXSlBPWjVTRUlXUTBTSy4u" rel="nofollow">Survey</a> then Lunch<br><br><a href="/dotnet-presentations/collegetour/blob/master/ML%20with%20.NET">ML with .NET</a><br><br><a href="/dotnet-presentations/collegetour/blob/master/Life%20After%20School">Life After School</a></td>
43+
</tr>
44+
</tbody>
45+
</table>

0 commit comments

Comments
 (0)