-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproga.html
88 lines (88 loc) · 4.39 KB
/
proga.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Семенова-Звенигородская София. Личный сайт LadyPython.com">
<meta name="author" content="Семенова-Звенигородская София">
<meta name="keywords" content="LadyPython,Семенова-Звенигородская София,HTML5,CSS3,Робототехника,Python">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="../css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="../css/mainstyle.css" type="text/css" media="all">
<script src="../js/prefixfree.min.js"></script>
<script src="../js/modernizr-2.7.0.dev.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="../js/functions.js"></script>
<link rel="stylesheet" href="../css/googlecode.css">
<script src="http://yandex.st/highlightjs/8.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link href="http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic&amp;subset=latin,cyrillic-ext,cyrillic" rel="stylesheet" type="text/css">
<title>LPython. Я и прога.</title>
</head>
<body>
<div class="line"></div>
<div class="black">
<nav class="wrapper">
<ul class="nav">
<li><a href="index.html">Новости</a></li>
<!--li//a( href="art.html" ) Творчество
-->
<li><a href="interests.html">Интересы</a></li>
<li><a href="me.html">Обо мне</a></li>
<li><a href="contacts.html">Контакты</a></li>
</ul>
</nav>
</div>
<div class="wrapper">
<header>
<table class="header">
<tr>
<td>
<h1><a href="http://ladypython.com">LADY<span id="fu">P</span>ython.com</a></h1>
</td>
<td colspan="2" class="fon">
<h3 class="version"><br> 3.3.3 (3.3.3:c3896275c0f6, Nov 18 2013, 21:19:30) [MSC v.1600 64 bit (AMD64)]<br> Python Type "help", "copyright", "credits" or "license" for more information.</h3>
</td>
</tr>
<tr>
<td>
<h2>Семенова-Звенигородская София</h2>
</td>
<td class="pr"> >>> </td>
<td class="fon">
<p class="typer">print('Hello, world!')</p>
</td>
</tr>
</table>
</header>
<article>
<section>
<h1> Программирование.</h1>
<p>Здесь будут различные проекты и работы.</p>
</section>
</article>
<div class="black">
<script type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8"></script>
<div data-yashareL10n="ru" class="yashare-auto-init" data-yashareType="none" data-yashareQuickServices="yaru,vkontakte,facebook,twitter,odnoklassniki,moimir,lj,friendfeed,moikrug,gplus,surfingbird"> </div>
</div>
</div>
<footer>
<table id="footer">
<tbody>
<tr>
<td>
<div id="logo5HTML"><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/html/logo/badge/html5-badge-h-css3-semantics.png" width="165" height="64" alt="HTML5 Powered with CSS3 / Styling, and Semantics" title="HTML5 Powered with CSS3 / Styling, and Semantics"></a></div>
</td>
<td>
<div class="sitemap">© 2014-2016 Права защищаются. Семенова-Звенигородская София</div>
<div class="sitemap"><a href="../sitemap.html">карта сайта</a> категория сайта <img src="../images/ageLimit.gif" alt=""></div>
</td>
<td></td>
<td class="orphus">
<script type="text/javascript" src="/orphus/orphus.js"></script><a href="http://orphus.ru" id="orphus" target="_blank"><img alt="Система Orphus" src="/orphus/orphus.gif" width="88" height="31"></a>
</td>
</tr>
</tbody>
</table>
</footer>
</body>
</html>