File tree Expand file tree Collapse file tree 2 files changed +50
-2
lines changed Expand file tree Collapse file tree 2 files changed +50
-2
lines changed Original file line number Diff line number Diff line change 3
3
BSD-style license that can be found in the LICENSE file. } }
4
4
5
5
<div class =" intro" >
6
- <h1 >Welcome to pub.dartlang.org!</h1 >
6
+ <h2 >Welcome to pub.dartlang.org!</h2 >
7
7
<p >
8
8
This is your friendly repository of packages of software for the
9
9
<a href =" http://dartlang.org" >Dart programming language</a >. Explore
15
15
Get started
16
16
</a >
17
17
</div >
18
+ <div class =" framework_links" >
19
+ <div class =" flutter_framework_link" >
20
+ <a href =" https://flutter.io/" >
21
+ <img class =" framework_image" src =" /static/flutter.png" />
22
+ </a >
23
+
24
+ <h2 >Mobile development?</h2 >
25
+ <a class =" get-started" href =" https://flutter.io/" >
26
+ Try Flutter!
27
+ </a >
28
+ <br />
29
+   ;
30
+ </div >
31
+ <div class =" angular_framework_link" >
32
+ <a href =" https://webdev.dartlang.org/angular/guide" >
33
+ <img class =" framework_image" src =" /static/angulardart.png" />
34
+ </a >
35
+ <h2 >Web development?</h2 >
36
+ <a class =" get-started" href =" https://webdev.dartlang.org/angular/guide" >
37
+ Try Angular!
38
+ </a >
39
+ <br />
40
+ Using the <a href =" /packages/angular2" >angular2</a > package.
41
+ </div >
42
+ </div >
18
43
<h2 >Recently updated packages</h2 >
19
44
<table >
20
45
<thead >
Original file line number Diff line number Diff line change @@ -2599,6 +2599,29 @@ table .span24 {
2599
2599
-moz-box-shadow : inset 0 1px 1px rgba (0 , 0 , 0 , 0.05 );
2600
2600
box-shadow : inset 0 1px 1px rgba (0 , 0 , 0 , 0.05 );
2601
2601
}
2602
+ .framework_links {
2603
+ overflow : auto;
2604
+ }
2605
+ .flutter_framework_link , .angular_framework_link {
2606
+ margin : 20px ;
2607
+ padding : 10px ;
2608
+ background-color : # f5f5f5 ;
2609
+ border : 1px solid # eee ;
2610
+ border : 1px solid rgba (0 , 0 , 0 , 0.05 );
2611
+ border-radius : 4px ;
2612
+ text-align : center;
2613
+ }
2614
+ .flutter_framework_link {
2615
+ width : 44% ;
2616
+ float : left;
2617
+ }
2618
+ .angular_framework_link {
2619
+ width : 44% ;
2620
+ overflow : hidden;
2621
+ }
2622
+ .framework_image {
2623
+ float : left;
2624
+ }
2602
2625
.well blockquote , footer blockquote , .intro blockquote , ol .toc blockquote {
2603
2626
border-color : # ddd ;
2604
2627
border-color : rgba (0 , 0 , 0 , 0.15 );
@@ -2679,7 +2702,7 @@ button.close {
2679
2702
* zoom : 1 ;
2680
2703
padding : 4px 10px 4px ;
2681
2704
margin-bottom : 0 ;
2682
- font-size : 14 px ;
2705
+ font-size : 20 px ;
2683
2706
line-height : 24px ;
2684
2707
* line-height : 20px ;
2685
2708
color : # 333333 ;
You can’t perform that action at this time.
0 commit comments