Skip to content

Instantly share code, notes, and snippets.

View tonkec's full-sized avatar
🚀
focusing

Antonija Šimić tonkec

🚀
focusing
View GitHub Profile
@tonkec
tonkec / index.html
Created July 22, 2014 15:14
simple sample page with bootstrap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>navigation bar and rows</title>
<link rel="stylesheet" href="bootstrap/css/bootstrap.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
@tonkec
tonkec / Simple text hover effect.markdown
Created September 14, 2015 10:39
Simple text hover effect
@tonkec
tonkec / Material design navigation menu.markdown
Last active September 14, 2015 10:40
Material design navigation menu
@tonkec
tonkec / Simple responsive slides.markdown
Created September 14, 2015 10:41
Simple responsive slides
@tonkec
tonkec / Flat designed responsive preloader.markdown
Last active September 14, 2015 10:41
Flat designed responsive preloader
@tonkec
tonkec / index.html
Created November 27, 2015 12:30
Swiper with angular
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(.) styles/vendor.css -->
<!-- bower:css -->
@tonkec
tonkec / Samoborcek.md
Last active December 27, 2015 22:18
Samoborcek.md

Application plan

  • Shows when did last bus leave

  • By default app tells you when will the next bus arrive

  • Click button "I wanna go to Samobor" shows next bus for Samobor

<%= search_form_for @q do |f| %>
<%= f.text_field :description_cont %>
<%= f.submit %>
<% end %>
<p id="notice"><%= notice %></p>
<h1>All Questions</h1>
<div class="questions-orders">
<%= sort_link(@q, :title) %>
<%= sort_link(@q, :created_at, "Created") %>
<%= sort_link(@q, :cached_votes_score, "Hearts") %>
</div>
<%= search_form_for @q do |f| %>
<b>U:</b> <%= @u.title %>