-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
121 lines (112 loc) · 4.18 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>SMARTKIT.TECH</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory -->
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<article>
<h2 class="with-logo">Hi, we’re SMARTKIT.tech</h2>
<p class="description line-1">We consulting your prove of concept(POC), technical invest in, and build out wonderful internet businesses.</p>
<p class="description line-2">Here’s a few of them:</p>
<div class="companies">
<a href="http://smartkit.info/" class="dribbble" target="_blank">
<span class="logo"></span>
<span class="text">
<h4>SMARTKIT.INFO</h4>
<p>Delight in big-data consulting.</p>
</span>
</a>
<a href="www/" class="dribbble" target="_blank">
<span class="logo"></span>
<span class="text">
<h4>COVITAS</h4>
<p>Cloud oriented video/image/text anlaysis system</p>
</span>
</a>
<a href="aichatbots/" class="dribbble" target="_blank">
<span class="logo"></span>
<span class="text">
<h4>AIChatBots</h4>
<p>AI with emotional, personality ChatBots</p>
</span>
</a>
<a href="dd/" class="metalab" target="_blank">
<span class="logo"></span>
<span class="text">
<h4>DeepDetectMessager</h4>
<p>COVITAS based Deep learning detection for iMessenger</p>
</span>
</a>
<a href="td" class="pixel-union" target="_blank">
<span class="logo"></span>
<span class="text">
<h4>Tongue Diagnosis Intelligence</h4>
<p>COVITAS based Intelligence Traditional Chinese Medical tongue diagnosis</p>
</span>
</a>
<a href="eip" class="designer-news" target="_blank">
<span class="logo"></span>
<span class="text">
<h4>EIP</h4>
<p>Enterprise integration pattern ,Enterprise support and service</p>
</span>
</a>
<a href="eap" class="flow" target="_blank">
<span class="logo"></span>
<span class="text">
<h4>EAP</h4>
<p>Education Analysis Professional Service</p>
</span>
</a>
<a href="arbook" class="flow" target="_blank">
<span class="logo"></span>
<span class="text">
<h4>ARBook</h4>
<p>Introduction to alien races book,53+ races full information.</p>
<p><a></a></p>
</span>
</a>
<a href="godpaper/" class="flow" target="_blank">
<span class="logo"></span>
<span class="text">
<h4>GODPAPER</h4>
<p>AI/DeepLearning chess board games include GO/Chess/Chinese Chess...</p>
</span>
</a>
<a href="WeChatMiniAppStoreIntro" class="flow" target="_blank">
<span class="logo"></span>
<span class="text">
<h4>WeChatMiniAppStoreIntro</h4>
<p>WeChatMiniAppStoreIntro...</p>
</span>
</a>
<a href="cicd" class="flow" target="_blank">
<span class="logo"></span>
<span class="text">
<h4>CI/CD professional</h4>
<p>Continues Integration/Continues Delivery Professional Service,also includes Kubernetes/Docker/Microservices.</p>
</span>
</a>
</div>
<p class="contact">Have a great business we should know about? <a href="mailto:z@smartkit.club">Let’s talk.</a></p>
</article>
<!--
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-134258-82', 'auto');
ga('send', 'pageview');
</script>
-->
</body>
</html>