-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (104 loc) · 3.07 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
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="utf-8" />
<title>Go Türkiye TopluluğuGo</title>
<style type="text/css">
<style type="text/css">
* {
margin: 0;
padding: 0;
}
body {
background-color: #f0f0f0;
margin-top: 1em;
font: 13.34px "myriad-pro", Georgia, helvetica, arial, clean, sans-serif;
font-size: small;
text-align: justify;
}
pre, code {
font-family: Monaco, Consolas, monospace;
}
a {
text-decoration: none;
}
p {
margin-top: 0em;
margin-bottom: 0.4em;
}
h1 {
font-family: helvetica, arial, clean, sans-serif;
color: #333;
text-align: center;
}
.site {
background-color: white;
width: 56em;
line-height: 1.5em;
margin: 3em auto 2em auto;
font-size: 110%;
-moz-background-clip: border;
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;
-moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
-webkit-background-clip: border;
-webkit-background-inline-policy: continuous;
-webkit-background-origin: padding;
-webkit-border-radius: 0.4em 0.4em 0.4em 0.4em;
border: 1px solid #bebebe;
padding: 1.5em;
}
#banner{
display:block;
margin:0 auto;
margin-bottom: 3em;
}
#banner img {
-moz-background-clip: border;
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;
-moz-border-radius: 0.2em 0.2em 0.2em 0.2em;
-webkit-background-clip: border;
-webkit-background-inline-policy: continuous;
-webkit-background-origin: padding;
-webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
}
#badge {
display:block;
margin-top: 1em;
text-align: center;
}
</style>
</head>
<body>
<div class="site">
<div id="banner">
<center>
<a target="banner" href="index.html" >
<img src="assets/banner.png" border="0" alt="Go Banner">
</a>
</center>
</div>
<h1>Go Programlama Dili Türkiye Topluluğu</h1>
<p>
<a href="https://golang.org">Go Programlama Dili</a> Türkiye topluluğu
ana sayfasına hoş geldiniz. Go dilini yeni öğreniyorsanız
<a href="https://go-tour-turkish.appspot.com">Türkçe Go Turu</a>
sayfalarını ziyaret edebilir, <a
href="https://groups.google.com/forum/#!forum/golang-tr">Türkçe Go
Tartışma Grubuna</a> katılarak sorularınızı yöneltebilirsiniz.
</p>
<!-- Place this tag after the last widget tag. -->
<script type="text/javascript">
window.___gcfg = {lang: 'tr'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</body>
</html>