diff --git a/404.html b/404.html new file mode 100644 index 0000000..cf073ad --- /dev/null +++ b/404.html @@ -0,0 +1 @@ +404

404

Страница не найдена. Перейти на главную.

\ No newline at end of file diff --git a/fonts/lato/Lato-Regular.woff b/fonts/lato/Lato-Regular.woff new file mode 100644 index 0000000..ae811a3 Binary files /dev/null and b/fonts/lato/Lato-Regular.woff differ diff --git a/fonts/lato/Lato-Regular.woff2 b/fonts/lato/Lato-Regular.woff2 new file mode 100644 index 0000000..0f5986d Binary files /dev/null and b/fonts/lato/Lato-Regular.woff2 differ diff --git a/fonts/oswald/oswaldregular.woff b/fonts/oswald/oswaldregular.woff new file mode 100644 index 0000000..cd000bb Binary files /dev/null and b/fonts/oswald/oswaldregular.woff differ diff --git a/fonts/oswald/oswaldregular.woff2 b/fonts/oswald/oswaldregular.woff2 new file mode 100644 index 0000000..9e89f32 Binary files /dev/null and b/fonts/oswald/oswaldregular.woff2 differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..9505a71 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +Название проекта
Шапка
\ No newline at end of file diff --git a/master/Readme.md b/master/Readme.md deleted file mode 100644 index b85a06e..0000000 --- a/master/Readme.md +++ /dev/null @@ -1,44 +0,0 @@ -# Личный проект «Кэт энерджи» - -* Студент: [Ксения Козлова](https://up.htmlacademy.ru/adaptive-individual/2/user/1281335). -* Наставник: `Неизвестно`. - ---- - -**Обратите внимание, что папка с вашими исходными файлами для работы над проектом — `source/`.** - -_Не удаляйте и не обращайте внимание на файлы и папки:_
-_`.github`, `.editorconfig`, `.eslintrc`, `.gitattributes`, `.gitignore`, `.linthtmlrc`, `.stylelintrc`, `.gulpfile.js`, `svgo.config.js` `package.json`, `package-lock.json`._ - ---- - -### Памятка - -#### 1. Зарегистрируйтесь на Гитхабе - -Если у вас ещё нет аккаунта на [github.com](https://github.com/join), скорее зарегистрируйтесь. - -#### 2. Создайте форк - -[Откройте мастер-репозиторий](https://github.com/htmlacademy-adaptive/1281335-cat-energy-2) и нажмите кнопку «Fork» в правом верхнем углу. Репозиторий из Академии будет скопирован в ваш аккаунт. - - - -Получится вот так: - - - -#### 3. Клонируйте репозиторий на свой компьютер - -Будьте внимательны: нужно клонировать свой репозиторий (форк), а не репозиторий Академии. - -#### 4. Начинайте обучение! - ---- - -HTML Academy - -Репозиторий создан для обучения на профессиональном онлайн‑курсе «[HTML и CSS. Адаптивная вёрстка и автоматизация](https://htmlacademy.ru/intensive/adaptive)» от [HTML Academy](https://htmlacademy.ru). - -[check-image]: https://github.com/htmlacademy-adaptive/1281335-cat-energy-2/workflows/Project%20check/badge.svg?branch=master -[check-url]: https://github.com/htmlacademy-adaptive/1281335-cat-energy-2/actions diff --git a/scripts/index.js b/scripts/index.js new file mode 100644 index 0000000..e69de29 diff --git a/styles/styles.css b/styles/styles.css new file mode 100644 index 0000000..f0f9168 --- /dev/null +++ b/styles/styles.css @@ -0,0 +1 @@ +.header{color:#fff;background-color:#639;padding:10px 15px} \ No newline at end of file