-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
138 lines (132 loc) · 7.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap-reboot.min.css"
integrity="sha512-wV3xzHEw4kJUF4G0fyXSefKmUVhwwbOdZinJvOxmysxAXSZBl17porgPOcQBDBQTEwgGevxXGWAAQ/UPaSd0nw=="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<title>HTML-CSS Projects</title>
</head>
<body>
<nav>
<div class="social-icons">
<a href="https://github.com/OrhanOzkercin"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/orhanozkercin/"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/OOzkercin"><i class="fab fa-twitter-square"></i></a>
<a href="https://www.hackerrank.com/orhanozkercin"><i class="fab fa-hackerrank"></i></a>
<a href="https://medium.com/@orhanozkercin"><i class="fab fa-medium"></i></a>
<a href="https://stackoverflow.com/users/9883034/"><i class="fab fa-stack-overflow"></i></a>
</div>
<div class="menu">
<a href="http://orhanozkercin.com/">Home</a>
<a href="mailto:[email protected]">Contact</a>
</div>
</nav>
<div class="explanation">
<h2 class="title">HTML-CSS Projects</h2>
<p class="desc">
These are the projects that I made when I started to learn web programming. Most of them is not responsive. I
added this projects to show what I did when I start to web programming.
</p>
</div>
<div class="cards-list">
<div class="card 0">
<div class="card_image">
<img
onclick="location.href ='05 - Tour Web Page' "
src="https://github.com/OrhanOzkercin/Project-Gifs/blob/master/natours.gif?raw=true"
/>
</div>
<div class="card_links">
<a
href="https://github.com/OrhanOzkercin/Simple-Html-Css-Projects/tree/master/05%20-%20Tour%20Web%20Page"
target="_blank"
><i class="fab fa-github"></i> Github</a
>
<a href="05 - Tour Web Page" target="_blank"><i class="fas fa-globe-asia"></i> Web</a>
</div>
</div>
<div class="card 1">
<div class="card_image">
<img
onclick="location.href ='01 - EdgeLedger Web Page'"
src="https://camo.githubusercontent.com/78536338fade180d3e7cb589f2f088acd8d0eb38ed1d424ed06e535b599e8c3e/68747470733a2f2f6c746f6271672e646d2e66696c65732e316472762e636f6d2f79346d74364a5059493373344638346530656b444241336a7062797a726e4a4e7631345130574b626265624e353052343771616f706a552d426e57315862786f6c31657934364c36334a6a57713174424157335057464e58577a665f6d4f70774871776a324f486866514f4a6b4c59427756476c3277475453543156332d5943397a324d455a4374556a62616c6b54505a6479434337657a7350585f586c5a6d4445726c6d4147564e32545a636952434c57596d574f6d5532684b63364a73536632696865476b77306b4b74536670667274666475777463772f656467652e6769663f707369643d31"
/>
</div>
<div class="card_links">
<a
href="https://github.com/OrhanOzkercin/Simple-Html-Css-Projects/tree/master/01%20-%20EdgeLedger%20Web%20Page"
target="_blank"
><i class="fab fa-github"></i> Github</a
>
<a href="/01 - EdgeLedger Web Page/" target="_blank"><i class="fas fa-globe-asia"></i> Web</a>
</div>
</div>
<div class="card 2">
<div class="card_image">
<img
onclick="location.href ='02 - News Web Site' "
src="https://camo.githubusercontent.com/c447481dee36df9b2ba93dfc3996fb001ae2e882ffd53f642261d6f38660e5c1/68747470733a2f2f6d646f6a71672e646d2e66696c65732e316472762e636f6d2f79346d30747a42384f482d663332517638733275467342597139334759354a79476b6645393532546d2d314f6839356d75575f6c3474722d78334330645948536730326f38625863563468457338464e33375855627961696f5667654d774930514933593172726c7947484558534f7a30584262466d7a6a6a494b36716d7776736e354142734f4a39585246782d344f6b5474574359663644367a52757466765f75396c69757a47636173486a4d5775364e3758653438674158476132734f4350596864494f4e364450687558426a544453647033444865672f6e657773477269642e6769663f646f776e6c6f616426707369643d31"
/>
</div>
<div class="card_links">
<a
href="https://github.com/OrhanOzkercin/Simple-Html-Css-Projects/tree/master/02%20-%20News%20Web%20Site"
target="_blank"
><i class="fab fa-github"></i> Github</a
>
<a href="02 - News Web Site" target="_blank"><i class="fas fa-globe-asia"></i> Web</a>
</div>
</div>
<div class="card 3">
<div class="card_image">
<img
onclick="location.href ='04 - Menu Slider'"
src="https://camo.githubusercontent.com/807ba5354275cd579cf82aa705136db5b08f8187a6cc0e78a1a372f38f41e89d/68747470733a2f2f6d64727171712e646d2e66696c65732e316472762e636f6d2f79346d316d594169723147597737677375576d716370384a594a5245484655634665525f53357139544e41505845566e356f6455774e4837634f517a644b5746764236564b3463795165784d457678636c624b346f2d675a7834697266412d64474348565a6e626b7a6278416c7a6f5966494c414d44557355696945363238756c5a495f586c56737a4b3966316a6b485a6652624a337639616950366e6e53634c4156516264675a335f4672714f63454c6754425555674a7355434d4b39764d7366494643443452582d4d3946644678596a384c59415052772f6c616e64696e672e676966"
/>
</div>
<div class="card_links">
<a
href="https://github.com/OrhanOzkercin/Simple-Html-Css-Projects/tree/master/04%20-%20Menu%20Slider"
target="_blank"
><i class="fab fa-github"></i> Github</a
>
<a href="04 - Menu Slider" target="_blank"><i class="fas fa-globe-asia"></i> Web</a>
</div>
</div>
<div class="card 4">
<div class="card_image">
<img
onclick="location.href ='03 - Simple Hamburger Menu' "
src="https://camo.githubusercontent.com/b7253998b64802530fae3f0acb43a1957418fb1445b9750257b4637dbb3976a9/68747470733a2f2f6c746f6371672e646d2e66696c65732e316472762e636f6d2f79346d4e637367594a58384c47762d737a71565254733361625f716b66336b72366667376d507a3873556c5173576d346a43577766684d4f2d6c7762514a366f38474a6e4757733276635a335353714b4a753453367235746864356c7948384c38514947384639316c6550594663524c46384f33446e494b48382d714d4e4f505f666e383155526947486d3331634f73414570664971534270664f654b47716a774d6b49685834666c75314b357a5a3334367754494b3676427239656c585f2d3453626839564e6135616e5143655131747675794f363976412f68616d6275726765722e6769663f646f776e6c6f616426707369643d31"
/>
</div>
<div class="card_links">
<a
href="https://github.com/OrhanOzkercin/Simple-Html-Css-Projects/tree/master/03%20-%20Simple%20Hamburger%20Menu"
target="_blank"
><i class="fab fa-github"></i> Github</a
>
<a href="03 - Simple Hamburger Menu" target="_blank"><i class="fas fa-globe-asia"></i> Web</a>
</div>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173039883-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-173039883-1');
</script>
</body>
</html>