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
Binary file added GitHub-pages/images/clockworks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions GitHub-pages/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html lang="hr">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Steps needed to host simple websites on GitHub Pages">
<meta name="keywords" content="github, github pages, host, short description, bulma">
<meta name="author" content="Clockworks, Nikola Markotic">
<title>GitHub Pages</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
</head>

<body>
<section class="hero is-medium is-link">
<div class="hero-body">
<h1 class="title"> prvi pokušaj GitHub Pages</h1>
<h2 class="subtitle">Hostanje stranica</h2>
<p>Pomoću GitHub Pages-a možete hostati svoje jednostavne radove i podijeliti ih sa drugima na webu</p>
<p>Ova stranica koju gledate je hostana na GitHub Pages</p>
</div>
</section>
<button> uspio</button>
<section class="hero is-medium">
<div class="hero-body">
<h1 class="title">Kako i od kuda krenuti?</h1>
<h2 class="subtitle">
Kreirati GitHub račun ako već niste
</h2>
<p>Prvo trebate kreirati <strong>public repozitorij</strong> u sklopu kojega ćete imati kod i koji će se drugima
servirati</p>
<p>Naravno potrebno je napisati stranice koje želite podijeliti sa drugima</p>

<h3 class="subtitle mt-3 mb-1">Najčešće u poćetku čete sigurno koristiti osvnovne tehnologije poput</h3>
<div class="content">
<ol type="I">
<li>HTML</li>
<li>CSS </li>
<li>JS</li>
</ol>
</div>

<p>Nakon što ste kreirali stranicu sa kojom ste zadovoljni trebate ju poslati na Vaš repozitorij pomoću
<strong>git push</strong> komande
</p>
</div>
</section>

<section class="hero is-medium is-primary">
<div class="hero-body">
<h1 class="title">Za više informacija</h1>
<h2 class="subtitle"><a href="https://pages.github.com">pages.github</a></h2>

<div class="is-flex is-justify-content-end">
<div class="is-flex is-flex-direction-column is-align-items-center">
<a href="https://bulma.io">
<img src="https://bulma.io/assets/images/made-with-bulma.png" alt="Made with Bulma" width="128">
</a>
<img class="mt-2" src="./images/clockworks.png" alt="Made by clockworks" width="48">
</div>
</div>

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

</html>