Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a link to my presentation #115

Open
wants to merge 2 commits into
base: ap2016
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions agenda.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
<meta property="og:site_name" content="August Penguin" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="shortcut icon" href="favicon.png" type="image/png" />
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<link rel="stylesheet" href="ap2016.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
Expand Down Expand Up @@ -402,6 +400,12 @@ <h4>אודות יהודה דויטש</h4>
בסדנא לידע ציבורי הוא מנהל את התשתיות, ומוודא שהמפתחים יכולים להתמקד בפיתוח ולקדם את הפרויקטים.
בעמותת המקור הוא אחראי על מערכות הכתובות בשפה נדירה בשם PHP.
בזמן הפנוי, הוא פותח כמה pull requests בגיטהאב.</p>
<h4>קישורים</h4>
<div class="" role="">
<a href="https://kzr.li/ap2016-uda" target="_blank">
<span class="glyphicon glyphicon-play-circle"></span> מצגת
</a>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">סגור</button>
Expand Down Expand Up @@ -639,5 +643,10 @@ <h4>אודות גיא שפר</h4>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->

<!-- scripts -->
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- /scripts -->
</body>
</html>