Skip to content
Open
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions css/ie.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
body, html { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffad32', endColorstr='#ffffff'); }

header h1 { filter: progid:DXImageTransform.Microsoft.Chroma(Color=#000000)
progid:DXImageTransform.Microsoft.Glow(Strength=1, Color=#000000); }

#inform li ul { margin-left: 30px; }

#monster-message {
position: absolute;
top: 410px;
right: 53px;
border: 2px solid green;
border-radius: 25px;
behavior: url(js/PIE.htc);
}
76 changes: 76 additions & 0 deletions css/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0; /* �������� ������� � ������� ������� */
vertical-align: baseline; /* �������� ��� � ����� ������� ����� */
background: transparent; /* ����� �� ������������ ����� ����, ������������� �� ��������� */
font-size: 100%; /* ������ ������ ���� ���������� */
}

body{width:100%; height:100%;}

body {
line-height: 1;
background: #fff;
color: #000;
text-align: left;
font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; /* ���������� ���������� ��������� CSS ����� */
}

input, select, button, textarea {
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; /* ����� ����� ��� ����� �� ��� � ����� */
}


label, input[type="button"], input[type="submit"], button {
cursor: pointer; /* ������ � ���� ���� ��� ���� ������������ ��������� ���� */
}

a { /* ������ �� � ����� ������ ����� �� ���������� outline �� ��������� */
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
table { /* ��������� ������� ����� �������� ������� */
border-collapse: collapse;
border-spacing: 0;
}
td, td img {
vertical-align: top; /* ���������� ��������� ������������ ������������ */
}
input, select, button, textarea {
margin: 0; /* ������� ������� �� ��������� ��� ��������� ���� (� ��������� ��� checkbox � radio) */
font-size: 100%; /* ������ ������ ������� ����� ���������� */
}
input[type="text"], input[type="password"], textarea {
padding: 0; /* ������� ���������� ������� ��� ��������� ����� */
}
input[type="checkbox"] { /* ������������ ������������ ��������� � ������������ ������������ ����� */
vertical-align: bottom;
}
input[type="radio"] {
vertical-align: text-bottom;
}
sub {
vertical-align: sub;
font-size: smaller;
}
sup {
vertical-align: super;
font-size: smaller;
}

ul {list-style:none;}

input[type="text"]{border-style:none;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display:block;
}
/* --------------- /reset.css --------------- */


137 changes: 137 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
body, html {
width: 100%;
height: 100%;
font: normal 17px Arial;
background-image: -webkit-gradient( linear, left top, left bottom, from(#ffad32), to(#fff) );
background-image: -webkit-linear-gradient( top, #ffad32, #fff );
background-image: -moz-linear-gradient( top, #ffad32, #fff );
background-image: -o-linear-gradient( top, #ffad32, #fff );
background-image: linear-gradient( top, #ffad32, #fff );
background-attachment: fixed;
}

.wrapper {
width: 900px;
margin: 0 auto;
position: relative;
}



/*header*/
header {
width: 100%;
min-height: 30px;
padding: 10px 0;
position: relative;
}

header .wrapper { border-bottom: 5px solid #e5a23d; }

header hgroup {
width: 570px;
margin: 0 auto;
margin-top: 5px;
}

header h1 {
font: bold 33px Arial;
color: #ffad32;
text-shadow: 0 0 5px #000;
}

header h2 {
text-align: right;
margin-right: 65px;
font: bold 14px Arial;
color: #000;
}

#yandex {
position: absolute;
top: 10px;
left: 0;
width: 158px;
height: 45px;
background: url(../img/yandex.png) no-repeat;
}

#kontur {
position: absolute;
top: 10px;
right: 0;
width: 201px;
height: 40px;
background: url(../img/kontur.png) no-repeat;
}


section h2 {
font: bold 20px Arial;
margin-top: 15px;
margin-bottom: 5px;
color: #323232;
}

#inform li { font: bold 20px Arial; }

#inform li { font: normal 17px/30px Arial; }

#mail, #phone, #school { list-style-position: inside; }

#mail { list-style-image: url(../img/mail.png); }
#phone { list-style-image: url(../img/phone.png); }
#school { list-style-image: url(../img/school.png); }

#school ul li, #skill li {
list-style-image: url(../img/arrow.png);
list-style-position: inside;
}

#inform li ul { margin-left: 20px; }



#monster {
position: absolute;
top: 0;
right: 0;
}


#monster-message {
display: block;
position: absolute;
top: 410px;
right: 57px;
font: bold 23px Comic;
background: #fff;
border: 2px solid #000;
border-radius: 25px;
padding: 10px;
}


#skill { margin-top: 15px; }

#skill li { font: normal 17px/30px Arial; }

.experience { margin-top: 20px; }

.experience a:hover {
color: red;
}


footer .wrapper {
height: 20px;
padding: 5px 0;
border-top: 5px solid #ffc876;
margin-top: 20px; font-weight: bold;
}

.left { float: left; }
.right { float: right; }



Binary file added img/arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/kontur.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/monster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/school.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/yandex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<title>Анкета участника</title>
<!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie.css" /><![endif]-->
<script type="text/javascript" src="js/jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="js/PIE.htc"></script>
<script type="text/javascript" src="js/script.js"></script>
</head>

<body>
<header>
<div class="wrapper">
<hgroup>
<h1>курс "Разработка интерфейсов"</h1>
<h2>анкета участника</h2>
</hgroup>
<a rel="external" href="http://www.yandex.ru/" id="yandex">Яндекс</a>
<a rel="external" href="http://www.skbkontur.ru/" id="kontur">СКБ Контур</a>
</div>
</header>
<section>
<div class="wrapper">
<h2>Колпаков Александр</h2>
<ul id="inform">
<li id="mail">a.s.kolpakov@mail.ru</li>
<li id="phone">+7 (922) 573-00-13</li>
<li id="school">Уральский институт экономики, управления и права
<ul>
<li>Факультет: Экономический</li>
<li>Специализация: Управление персоналом</li>
<li>Год поступления: 2008</li>
<li>Год окончания: 2014</li>
</ul>
</li>
</ul>
<div id="skill">
<h2>Я использую:</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript (Базовые знания)</li>
<li>Adobe Photoshop</li>
</ul>
</div>
<div class="experience">
<h2>Опыт работы:</h2>
<p>Опыт работы в данной области отсутствует.</p>

<h2>Опыт разработки:</h2>
<p>На сегоднящний день мной разработан сайт магазина <a rel="external" href="http://krepezhstroy.ru/">"КрепежСтрой"</a>.</p>

<h2>Почему вы хотите принять участие в курсе "Разработка интерфейсов"?</h2>
<p>Полтора года назад я впервые познакомился с HTML и CSS, и с тех пор посвящаю каждую свободную минуту изучению этих технологий. Совсем недавно, "арсенал" изучаемых мной дисциплин пополнил JavaScript, и конечно, его библиотека jQuery.<br /> Я не хочу останавливаться на достигнутом, а курс "Разработка интерфейсов", который организуют компании Яндекс и СКБ Контур - отличная возможность приобрести новые знания и перенять опыт профессиональных разработчиков.</p>

<h2>От куда вы узнали о курсах?</h2>
<p><a rel="external" href="http://it-eburg.com/text/article/jandeks_i_skb_kontur_zatejali_kursy_po_interfeisam_i_javascr/">IT-Eburg.com</a></p>
</div>
<img id="monster" src="img/monster.png" alt="#" />
<p id="monster-message">Очень хочу на курсы!</p>
</div>
</section>
<footer>
<div class="wrapper">
<p class="left">a.s.Kolpakov@mail.ru</p>
<p class="right">+7 (922) 573-00-13, Александр</p>
</div>
</footer>
</body>
</html>
Loading