-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (92 loc) · 3.47 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
<!DOCTYPE html>
<html lang="uz-UZ" ng-app="myApp">
<head>
<meta charset="UTF-8">
<title>GitHub uz</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://github-uz.github.io/">
<!-- Primary Meta Tags -->
<meta name="title" content="uzRepository to'plash maqsadida ochilgan">
<meta name="description" content="">
<!-- Open Graph / Facebook -->
<meta property="og:locale" content="uz-UZ">
<meta property="og:type" content="website">
<meta property="og:url" content="https://github-uz.github.io/">
<meta property="og:title" content="GitHub UZ - Public repository to'plash yoki qo'llab-quvatlash maqsadida ochilgan">
<meta property="og:description" content="">
<meta property="og:image" content="https://raw.githubusercontent.com/github-uz/github-uz.github.io/master/img/github.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://github-uz.github.io/">
<meta property="twitter:title" content="GitHub Uzbekiston">
<meta property="twitter:description" content="Public repository to'plash yoki qo'llab-quvatlash maqsadida ochilgan">
<meta property="twitter:image" content="https://raw.githubusercontent.com/github-uz/github-uz.github.io/master/img/cloud.jpg">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://github-uz.github.io/"
},
"contactType": "https://t.me/github_uz",
"headline": "GitHub Uzbekiston",
"description": "Public repository to'plash yoki qo'llab-quvatlash maqsadida ochilgan",
"image": "https://raw.githubusercontent.com/github-uz/github-uz.github.io/master/img/cloud.jpg",
"author": {
"@type": "Person",
"name": "Akmal Sindarov / asaKew"
},
"publisher": {
"@type": "Organization",
"name": "GitHub UZ",
"logo": {
"@type": "ImageObject",
"url": ""
}
},
"datePublished": "2019-05-08",
"dateModified": "2022-09-01",
"aggregateRating":
{
"@type":"AggregateRating",
"@context":"http://schema.org",
"bestRating":"10",
"worstRating":"0",
"ratingValue":9,
"ratingCount":45
}
}
</script>
<link rel="stylesheet" href="/assets/css/jekyll-theme-hacker.css">
<script src="/assets/js/angular.min.js"></script>
</head>
<body>
<div ng-include="'header.html'"></div>
<main class="main_content">
<div class="container">
<!-- <div ng-include="'/template-parts/blog.html'" ng-controller="content-blog" class="mb-4"></div> -->
<div ng-include="'/template-parts/table.html'" ng-controller="content-table"></div>
</div>
</main>
<div ng-include="'footer.html'"></div>
<script>
var app = angular.module('myApp', []);
app.controller('content-table', function($scope, $http) {
$http.get("/assets/json/content-table.json")
.then(function (response) {
$scope.cTable = response.data.repository;
});
});
// app.controller('content-blog', function($scope, $http) {
// $http.get("/assets/json/content-blog.json")
// .then(function (response) {
// $scope.blogs = response.data.articles;
// });
// });
</script>
<!-- <script src="main.js"></script> -->
</body>
</html>