Giter VIP home page Giter VIP logo

hellowebsite's Introduction

🌟 HelloWebsite

🚀 Описание проекта

HelloWebsite — это одностраничный сайт, созданный по макету, предоставленному в Figma.

📁 Структура проекта

helloWebsite/

├── index.html          # Основной HTML-файл страницы

├── css/                # Папка для CSS-стилей

    └── styles.css      # Основной файл стилей

    └── responsive.css  # (Опционально) Стили для адаптивности

├── js/                 # Папка для JavaScript-файлов

    └── scripts.js      # Основной файл скриптов

├── img/                # Папка для изображений

├── fonts/              # Папка для шрифтов

✨ Ключевые особенности

Адаптивность: cайт адаптирован под десктоп, планшет, мобильные устройства.

БЭМ-методология: для именования классов используется методология БЭМ.

Кроссбраузерность: верстка проверена в последних версиях Chrome, Safari, Firefox.

Без фреймворков: полная кастомизация без использования CSS-фреймворков.

🛠️ Установка и запуск

  1. Склонируйте репозиторий:
    git clone https://github.com/alice-bal/helloWebsite.git
  2. Перейдите в папку проекта:
    cd helloWebsite
  3. Откройте index.html в вашем любимом браузере.

⬆️ Отправить в GIT

  1. Создайте новый репозиторий в Git.

  2. Выполните команды:

git init                                                        # инициализация локальной репы
git remote add origin [email protected]:username/new-repo.git      # привязать удаленную репу
git remote -v                                                   # проверить
git checkout -b main                                            # переключиться на новую ветку
git add .                                                       # добавить новые файлы в коммит
git commit -m "v1"                                              # создать коммит
git push origin main                                            # отправить в репу
  1. Дополнительно в случае ошибок:
git remote remove origin                                                # удалить удаленную репу
git remote set-url origin [email protected]:alice-bal/helloWebsite.git     # изменить удаленный URL

🗝️ Добавить SSH ключ

  1. В терминале локально:
ssh-keygen -t ed25519 -C [email protected]  # генерация ключа (почта c аккаунта git)
ssh-add "C:/Users/Alisa/.ssh/id_ed25519"    # созраняем в нужную папку
  1. Скопировать содержимое id_ed25519.pub и добавить в Git.

📚 Ресурсы и ссылки

🏅 Автор

Автор проекта: Алиса
Связаться со мной


Примечание: Этот проект был создан в рамках тестового задания и демонстрирует способности автора в области верстки.

alt text

hellowebsite's People

Contributors

alice-bal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.