-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAngularsJs.html
More file actions
93 lines (88 loc) · 4 KB
/
Copy pathAngularsJs.html
File metadata and controls
93 lines (88 loc) · 4 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Linear by TEMPLATED</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,700,500,900' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
</head>
<body>
<!-- Header -->
<div id="header">
<div id="nav-wrapper">
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="Recommend.html">Recommand</a></li>
</ul>
</nav>
</div>
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="#">Starrier</a></h1>
<span class="tag">reader world</span>
</div>
</div>
</div>
<!-- Header -->
<!-- Main -->
<div id="main">
<div id="content" class="container">
<section>
<header>
<h2>Kotlin</h2>
<span class="byline">Google just announced that Kotlin has become a first-class language on Android!</span>
</header>
<p>Today, at the Google I/O keynote, the Android team announced first-class support for Kotlin. We believe this is a great step for Kotlin, and fantastic news for Android developers as well as the rest of our community. We’re thrilled with the opportunities this opens up.</p>
<p>For Android developers, Kotlin support is a chance to use a modern and powerful language, helping solve common headaches such as runtime exceptions and source code verbosity. Kotlin is easy to get started with and can be gradually introduced into existing projects, which means that your existing skills and technology investments are preserved.</p>
<p>Starting now, Android Studio 3.0 ships with Kotlin out of the box, meaning Android developers no longer need to install any extras or worry about compatibility. It also means that moving forward, you can rest assured that both JetBrains and Google will be supporting Android development in Kotlin.</p>
</section>
</div>
</div>
<!-- /Main -->
<!-- Tweet -->
<div id="tweet">
<div class="container">
<section>
<blockquote>“ I will recommend the more practical articles for you ..”</blockquote>
</section>
</div>
</div>
<!--Tweet-->
<!-- Footer -->
<div id="footer">
<div class="container">
<section>
<header>
<h2>Get in touch</h2>
<span class="byline">If you have the latest information, we can communicate with each other.</span>
</header>
<ul class="contact">
<li><a href="https://twitter.com/Starrierx" class="fa fa-twitter"><span>Twitter</span></a></li>
<li><a href="https://github.com/Starrier" class="fa fa-github"><span>GitHub</span></a></li>
<li><a href="https://plus.google.com/u/0/101687059442803464518" class="fa fa-google-plus"><span>Google+</span></a></li>
</ul>
</section>
</div>
</div>
<!-- /Footer -->
<!-- Copyright -->
<div id="copyright">
<div class="container">
Copyright ©2017 Starrier All Rights Reserved<a href="http://www.miitbeian.gov.cn"> 苏ICP备17039741号-2</a>
</div>
</div>
</body>
</html>