Skip to content

Instantly share code, notes, and snippets.

@ilfarpro
Last active December 27, 2017 15:45
Show Gist options
  • Save ilfarpro/342bcb19e2d18b456e2d85a98bcb39b2 to your computer and use it in GitHub Desktop.
Save ilfarpro/342bcb19e2d18b456e2d85a98bcb39b2 to your computer and use it in GitHub Desktop.

Revisions

  1. Ilfar Khuzin revised this gist Dec 27, 2017. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions starter.html
    Original file line number Diff line number Diff line change
    @@ -1,16 +1,16 @@
    <!doctype html>
    <html lang="en">
    <head>
    <title>Site Name</title>
    <title>НАЗВАНИЕ САЙТА</title>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <!-- Здесь подключается GoogleFonts -->
    <!-- Здесь подключаются GoogleFonts -->

    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
    <!-- Здесь подключаются шрифтовые иконки -->

    <link href="https://use.fontawesome.com/releases/v5.0.2/css/all.css" rel="stylesheet">
    <!-- Здесь подключаются пользовательские стили -->
    <link rel="stylesheet" href="css/main.css">
    <link rel="stylesheet" href="css/media-queries.css">
  2. Ilfar Khuzin renamed this gist Dec 27, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion starter.thml → starter.html
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    <!doctype html>
    <html lang="en">
    <head>
    <title>НАЗВАНИЕ САЙТЫ</title>
    <title>Site Name</title>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  3. Ilfar Khuzin created this gist Dec 27, 2017.
    81 changes: 81 additions & 0 deletions starter.thml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,81 @@
    <!doctype html>
    <html lang="en">
    <head>
    <title>НАЗВАНИЕ САЙТЫ</title>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <!-- Здесь подключается GoogleFonts -->

    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
    <!-- Здесь подключаются шрифтовые иконки -->

    <!-- Здесь подключаются пользовательские стили -->
    <link rel="stylesheet" href="css/main.css">
    <link rel="stylesheet" href="css/media-queries.css">
    </head>
    <body>

    <section id="first">
    <div class="container">
    <div class="row">
    <!-- Code Here. -->

    </div>
    </div>
    </section>

    <section id="first">
    <div class="container">
    <div class="row">
    <!-- Code Here. -->

    </div>
    </div>
    </section>

    <section id="first">
    <div class="container">
    <div class="row">
    <!-- Code Here. -->

    </div>
    </div>
    </section>

    <section id="first">
    <div class="container">
    <div class="row">
    <!-- Code Here. -->

    </div>
    </div>
    </section>

    <section id="first">
    <div class="container">
    <div class="row">
    <!-- Code Here. -->

    </div>
    </div>
    </section>

    <section id="first">
    <div class="container">
    <div class="row">
    <!-- Code Here. -->

    </div>
    </div>
    </section>


    <!-- Optional JavaScript -->
    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
    </body>
    </html>