-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain_page_wrapper.jade
99 lines (93 loc) · 3.91 KB
/
main_page_wrapper.jade
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
89
90
91
92
93
94
95
96
97
98
99
doctype
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( src="../js/modernizr-2.7.0.dev.js" )
//-Использование библиотеки jquery
script( src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" )
//-script( )
//-|window.jQuery || document.write("<script src='../js/jquery-1.10.2.min.js'>\x3C/script>")
//-Собственные функции
script( src="../js/functions.js" )
//-Подсветка кода
link( rel="stylesheet" href="../css/googlecode.css" )
script( src="http://yandex.st/highlightjs/8.0/highlight.min.js" )
script
|hljs.initHighlightingOnLoad();
link( href="http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic&subset=latin,cyrillic-ext,cyrillic" rel="stylesheet" type="text/css" )
title
block title
block scripts
body
div.line
div.black
nav.wrapper
ul.nav
li
a( href="index.html" ) Новости
//li
//a( href="art.html" ) Творчество
li
a( href="interests.html" ) Интересы
li
a( href="me.html" ) Обо мне
li
a( href="contacts.html" ) Контакты
div.wrapper
header
table.header
tr
td
h1
a( href="http://ladypython.com" ) LADY
span#fu
|P
|ython.com
td.fon( colspan = "2" )
h3.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.
tr
td
h2
|Семенова-Звенигородская София
td.pr
| >>>
td.fon
p.typer print('Hello, world!')
block main_information
p
|Блок основной информации.
div.black
script( type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8" )
div.yashare-auto-init(data-yashareL10n="ru")&attributes({"data-yashareType":"none"})&attributes({"data-yashareQuickServices":"yaru,vkontakte,facebook,twitter,odnoklassniki,moimir,lj,friendfeed,moikrug,gplus,surfingbird"})
footer
table#footer
tbody
tr
td
div#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" )
td
div.sitemap © 2014-2016 Права защищаются. Семенова-Звенигородская София
div.sitemap
a( href="../sitemap.html" ) карта сайта
| категория сайта
img( src="../images/ageLimit.gif" alt="" )
td
td.orphus
script( type="text/javascript" src="/orphus/orphus.js" )
a( href="http://orphus.ru" id="orphus" target="_blank" )
img( alt="Система Orphus" src="/orphus/orphus.gif" width="88" height="31" )