-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (74 loc) · 4.15 KB
/
Copy pathindex.html
File metadata and controls
82 lines (74 loc) · 4.15 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
---
layout: bootstrap
title: 深圳博联迅科技
---
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carouselContainer">
<div class="carousel-inner">
<div class="item active">
<img src="style/images/slide01.png" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1>SAMSUNG超强四核Exynos 4412解决方案</h1>
<p>工业、医疗、教育等领域行业平板解决方案最佳选择。为客户提供灵活多样的方案定制和专业快速的产品生产。</p>
<p><a class="btn btn-large btn-primary" href="./exynos_4412.html">了解详情</a></p>
</div>
</div>
</div>
<div class="item">
<img src="style/images/slide05.png" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>Amlogic7366-M6L一体化Android智能电视解决方案</h1>
<p>行内唯一成熟的一体化Android智能电视解决方案。</p>
<p></p>
<p><a class="btn btn-large btn-primary" href="./amlogic_m6l.html">了解详情</a></p>
</div>
</div>
</div>
<div class="item">
<img src="style/images/slide03.png" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h1>TOTOPS百科</h1>
<p>最专业的定制解答,最专业的技术支持。</p>
<p><a class="btn btn-large btn-primary" href="http://nieyong.github.io/wiki_cpu/" target="_blank">点击进入</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container">
<!-- Three columns of text below the carousel -->
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<h3><i class="icon-arrow-right"></i> 行业解决方案</h3>
<p>我司完全自主研发的Samsung S5PV210、Exynos 4412和Amlogic AML7366-M等产品,为工业、医疗、教育和安防等领域客户提供专业的行业解决方案,根据客户需求进行灵活快速的产品定制和生产……</p>
<p><a class="btn btn-default" href="exynos_4412.html">了解详情 »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<h3><i class="icon-arrow-right"></i> 关于我们</h3>
<p>我司专注于工业、安防、医疗等专业领域的Android/平板电脑的研发。公司拥有在嵌入式领域有超过10年的工作经验资深工程师,从2009年开始从事Android平板电脑的研发、生产和销售……</p>
<p><a class="btn btn-default" href="contact.html">了解详情 »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<h3><i class="icon-arrow-right"></i> 公司百科</h3>
<p>公司百科为公司一个知识管理、交流的平台。我们致力于嵌入式硬件开发,Linux驱动系统开发,Android系统的推广和定制。希望和所有的朋友在一起共同学习、进步,实现Using Android in Everywhere……</p>
<p><a class="btn btn-default" href="http://nieyong.github.io/wiki_cpu/">了解详情 »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->