Commit b49ddf061933c1ea2cbc8c43fffc5fc67d430867

Authored by Louis-Claude Canon
1 parent 9743e5741b

Cleaner web site and deployment script

Showing 2 changed files with 7 additions and 3 deletions Inline Diff

deploy: 1 1 deploy:
scp -r www/* lccanon@lifc-home.univ-fcomte.fr:public_html/ 2 2 rsync --recursive --copy-links --times --perms --progress www/* \
3 lccanon@lifc-home.univ-fcomte.fr:public_html/
3 4
www/talk.html View file @ b49ddf0
<!doctype html> 1 1 <!doctype html>
<html> 2 2 <html>
<head> 3 3 <head>
<title>Séminaires techniques</title> 4 4 <title>Séminaires techniques</title>
<meta charset="UTF-8"> 5 5 <meta charset="UTF-8">
</head> 6 6 </head>
7 7
<body> 8 8 <body>
<p>Liste des séminaires :</p> 9 9 <p>Liste des séminaires :</p>
<li> 10 10 <li>
<ul>Git : <a href="git.md">Markdown</a>, <a href="git.html">HTML</a>, <a href="git.pdf">PDF</a></ul> 11 11 <ul>Git : <a href="slides/git.md">Markdown</a>,
12 <a href="slides/git.html">HTML</a>,
13 <a href="slides/git.pdf">PDF</a></ul>
<ul>C11/C++11</ul> 12 14 <ul>C11/C++11</ul>
<ul>Dépôt APP : <a href="http://doodle.com/7izxzcye3wmv2eeh">doodle</a></ul> 13 15 <ul>Dépôt APP :
16 <a href="http://doodle.com/7izxzcye3wmv2eeh">doodle</a></ul>
</li> 14 17 </li>
</body> 15 18 </body>
</html> 16 19 </html>
17 20