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

Homework #1 #16

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
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
52 changes: 52 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
body {
width: 960px;
margin: auto;
margin-top: 50px;
margin-bottom: 50px;
font-family: sans-serif;
}
h1{
text-shadow: 2px 2px 6px #999;
font-size:40px;
font-weight:normal;
text-align: center;
}
a {
color: grey;
text-decoration:none;
}
a:hover {
color: #565656;
}
.contact a {
color: white;
text-decoration:none;
background: grey;
padding: 5px;
}
.contact a:hover {
background: black;
}
.image {
float:left;
height: 430px;
width: 500px;
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:20px;
}
.contact {
height: 430px;
padding:20px;
border-bottom: 1px solid black;
}
.content {
margin: auto;
}
table {
border-collapse: collapse;
}
td {
padding: 10px;
}
Binary file added img/avatar.jpg
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/dac.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!doctype html>
<html>
<head>
<title>Анкета участника</title>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<p><h1>Спирин Илья Сергеевич</h1></p>
<div class="image">
<p><img src="img/avatar.jpg" alt="Аватарка"/></p>
</div>
<div class="contact">
<p><b>Год рождения:</b> 26 октября 1991 г.</p>
<p><b>Город:</b> Екатеринбург</p>
<p><b>Образование:</b></p>
<p>УРТК им.А.С.Попова (2006-2011)</p>
<p>УРФУ им.Б.Н.Ельцина (2011-2014)</p>
<p><b>Телефон:</b> +79090208690</p>
<p><b>E-mail:</b> <a href="mailto:[email protected]">[email protected]</a></p>
<p><b>ICQ:</b> 642793801</p>
<p><b>Skype:</b> <a href="skype:ilya.creative?add">ilya.creative</a></p>
<p><b>Facebook:</b> <a href="http://www.facebook.com/ilya.creative2" target="_blank">ilya.creative2</a></p>
<p><b>Flickr:</b> <a href="http://www.flickr.com/photos/ilyaspirin/" target="_blank">ilyaspirin</a></p>
</div>
<div class="content">
<p style="text-indent: 20px;"><b>Навыки:</b></p>
<p style="text-indent: 20px;">Языки программирования: Assembler, C/C++, C#, HTML5, CSS3, JavaScript</p>
<p style="text-indent: 20px;">Программы: MS Visual Studio, Eclipse, Photoshop, Illustrator, MathCAD, SolidWorks, MicroCap, AutoCAD, Компас 3Д, Proteus, Altium Designer, Atmel Studio, MPLAB.</p>
<p style="text-indent: 20px;"><b>Опыт работы:</b></p>
<table border="1">
<tr>
<td style="text-align: center;">07/2009-08/2009</td>
<td style="padding-left: 20px;"><p><b>Завод Радиоаппаратуры</b></p><p>Студент-практикант</p><p><b>Функциональные обязанности:</b></p><p>Проектирование малошумящего усилительного каскада по техническому заданию, разработка печатных плат.</p></td>
</tr>
<tr>
<td style="text-align: center; width: 20%;">02/2011-05/2011</td>
<td style="padding-left: 20px;"><p><b>НПО Автоматика</b></p><p>Студент-практикант</p><p><b>Функциональные обязанности:</b></p><p>Проектирование малошумящего каскада во входной цепи приемника навигационных сигналов GPS/GNSS, расчет параметров в САПР Agilent Genesys.</p></td>
</tr>
</table>
<p style="text-indent: 20px;">В качестве выпускной квалификационной работы cпроектировал и собрал рабочий прототип <a href="img/dac.jpg" target="_blank">Hi-End цифро-аналогового преобразователя</a> для воспроизведения музыки. Он состоит из примерно 360 радиоэлементов зарубежного производства и заводской печатной платы. Принципиальные схема устройства занимает 4 листа формата А1. Управление осуществляестся с помощью 8-ми битного микроконтроллера фирмы Atmel. Информация выводится на монохромный ЖК дисплей. С данным проектом участвовал на выставке ИнноПром 2011.</p>
<p style="text-indent: 20px;">В данный момент проектирую линейку аудиотехники и планирую открыть фирму по её производству, нацеленную в основном на зарубежный рынок. Проектирую персональный сайт ilyaspirin.com, использующий адаптивный веб-дизайн и динамическую загрузку страниц (AJAX). Планирую разработать мобильное приложение на основе jQuery Mobile для дистанционного управления аудиосистемой.</p>
<p style="text-indent: 20px;">Я нацелен на работу в IT индустрии, считая её хорошим выбором в качестве профессии. Ориентируюсь на разработку ПО, мобильных приложений и веб-сайтов.</p>
</div>
</body>
</html>