-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36aa2fb
commit 9fca0bd
Showing
397 changed files
with
5,706 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
layout: post | ||
title: Page is not ready | ||
description: Lena's still working on this page | ||
--- | ||
|
||
<div style="border: 0px solid #ccc;border-radius:15px;margin: 10px; padding: 4px; | ||
background-color: #f5f5f5;"> | ||
|
||
|
||
|
||
|
||
<div style="display: grid; grid-template-columns: 50% 50%; margin:10px;"> | ||
<div style="margin-top:40px;"> | ||
<font style="font-size:25px;">Lena's still working on the page you are | ||
looking for - come back later!</font> | ||
<br><br> | ||
<font style="font-size:16px;">P.S. Note that lectures will be appearing as the YSDA course progresses.</font> | ||
</div> | ||
<div> | ||
<center> | ||
<img src="../resources/lectures/main/preview/typing.gif" | ||
style="width:50%; padding-top:50px; padding-bottom:50px;border-radius:50%"> | ||
</center> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
</div> |
Oops, something went wrong.