-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
201 lines (191 loc) · 6.63 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE HTML>
<html>
<head>
<title>Home | embARC Open Software Platform</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]>
<script src="css/ie/html5shiv.js"></script>
<![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrollgress.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie/v8.css" />
<![endif]-->
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt" style="background:#444;">
<div style="padding-left:10px; padding-top:8px;" id="logo">
<img src="images/embarc_logo-bright-bar.png">
</div>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="linux.html">Embedded Linux</a></li>
<li><a href="iot.html">IoT</a></li>
<li><a href="baremetal.html">Bare Metal</a></li>
<li><a href="news.html">News</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner" style="padding:6em 0 13em 0; background-position: top center;">
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major" style="text-align:left;">
<center>
<img src="images/embarc_logo.png" alt="">
<br>
<br>
</center>
<p2>The embARC Community is a comprehensive resource for embedded developers, providing
a single point of access to Free and Open Source Software (FOSS), Tools and Platforms to
accelerate the development of embedded applications for ARC Processors.</p2>
<br>
</header>
</section>
<section class="box special features">
<div class="features-row">
<section>
<img src="images/icons/icon_linux.jpg" style="width:30%">
<h3><a href="linux.html">Embedded Linux Projects</a></h3>
</section>
<section>
<img src="images/icons/icon_iot.jpg" style="width:30%">
<h3><a href="iot.html">IoT Projects</a></h3>
</section>
</div>
<div class="features-row">
<section>
<img src="images/icons/icon_baremetal.jpg" style="width:30%">
<h3><a href="baremetal.html">Bare Metal Projects</a></h3>
</section>
<section>
<img src="images/icons/icon_devtools.jpg" style="width:30%">
<h3><a href="tools.html">Development Tools</a></h3>
</section>
</div>
<div class="features-row">
<section>
<img src="images/icons/icon_platform.jpg" style="width:30%">
<h3><a href="platforms.html">Development Platforms</a></h3>
</section>
<section>
<img src="images/icons/icon_news.jpg" style="width:30%">
<h3><a href="news.html">News</a></h3>
</section>
</div>
</section>
</section>
<!-- footer was missing from delivery from web team so whole section below
is useless at the moment -->
<footer id="footer">
<ul class="icons" style="display:none;">
<li>
<a href="#" class="icon fa-twitter">
<span class="label">Twitter</span>
</a>
</li>
<li>
<a href="#" class="icon fa-facebook">
<span class="label">Facebook</span>
</a>
</li>
<li>
<a href="#" class="icon fa-instagram">
<span class="label">Instagram</span>
</a>
</li>
<li>
<a href="#" class="icon fa-github">
<span class="label">Github</span>
</a>
</li>
<li>
<a href="#" class="icon fa-dribbble">
<span class="label">Dribbble</span>
</a>
</li>
<li>
<a href="#" class="icon fa-google-plus">
<span class="label">Google+</span>
</a>
</li>
</ul>
<ul class="copyright">
<li>© 2017 Synopsys, Inc. All Rights Reserved.</li>
<li>
<a href="resources.html#about">About</a> |
<a href="mailto:info@embarc.org">Contact Us</a> |
<a href="terms.html">Terms of Service</a> |
<a href="privacy.html">Privacy</a> |
<a href="foss.html">FOSS Notice</a>
</li>
</ul>
</footer>
<!-- omniture sitecatalyst code -->
<!-- SiteCatalyst code version: H.17.
Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript" type="text/javascript">
<!--
/* You may give each page an identifying name, server, and channel on the next lines. */
s_s.pageName=document.title;
s_s.server="embarc.org"
s_s.channel="embARC"
s_s.prop1=""
s_s.prop2=""
s_s.prop3=""
s_s.prop4=""
s_s.prop5=""
s_s.prop6=""
s_s.prop9=document.URL;
s_s.prop12=""
s_s.prop13=""
s_s.prop14=""
s_s.prop15=""
s_s.prop16=""
s_s.prop17=""
s_s.prop27=""
s_s.prop32=""
s_s.prop33=""
s_s.prop34=""
s_s.prop35=""
s_s.prop36=""
/* Conversion Variables */
s_s.events=""
s_s.eVar1=""
s_s.eVar2=""
s_s.eVar8=""
s_s.eVar9=""
s_s.eVar23=""
s_s.eVar24=""
s_s.eVar29=""
s_s.eVar30=""
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ var s_code=s_s.t();if(s_code)document.write(s_code)//-->
</script>
<!-- End SiteCatalyst code version: H.17. -->
<!-- /omniture sitecatalyst code -->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60168823-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>