This repository was archived by the owner on Aug 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearning.html
More file actions
executable file
·84 lines (74 loc) · 2.85 KB
/
learning.html
File metadata and controls
executable file
·84 lines (74 loc) · 2.85 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
---
title: 10xEngineer.me
layout: default
permalink: /learning/
navigation:
show: true
weight: 3
js:
- bootstrap.min.js
- jquery.isotope.min.js
- jquery.touchSwipe.js
- functions.min.js
---
<div class="hero-unit">
<div class="ac">
<h1>We are re-engineering education!</h1><br />
<p></p>
</div>
</div>
<div id="content" class="container">
<p class="lead">
How do you grow a real engineer inside you? Formal education is outdated and can hardly keep up with the advances in technology, programming and computer science in general. Looking for a change? Welcome to the world of <strong>10xEngineer.me</strong> - online training platform that will boost your skills in easy to use and effective way.
</p>
<p class="lead">Platform is currently in private alpha testing. We expect to launch by the 1Q/2013.
</p>
</div>
<div id="coming-soon">
<hr />
<div class="row">
<div class="span8">
<h3>Web-based development environment</h3>
<p>Apply what you have learnt by writing real code. Anytime, anywhere. Our online development environment is the fastest way how to start practicing newly acquired knowledge. No more hurdles with local dependencies.</p>
<p>We are engineers and made editor to match our daily demanding workflow:
<ul>
<li>Real-time syntax highlighting for popular programming languages.</li>
<li>Uses keyboard shortcuts for fast interaction.</li>
<li>Customizable themes.</li>
</ul></p>
</div>
<div class="span4">
<p>
<img alt="" rel="tooltip" title="Some title" class="thumbnail fr" src="/img/learn_ide.png" width="240" />
</p>
</div>
</div>
<hr />
<div class="row">
<div class="span3">
<p>
<img rel="tooltip" title="Some title" alt="" class="thumbnail" src="/img/compiler.jpg" width="200" />
</p>
</div>
<div class="span8">
<h3>Integrated Compiler</h3>
<p>Compile and run the programs written in programming languages like Java, Python and Javascript. Right from your browser. Anything from one-liner to a complex project can be offloaded to our compute cluster available on demand.</p>
<p>Customize compilation engine to provide support for your framework or online application.</p>
</div>
</div>
<hr />
<div class="row">
<div class="span8">
<h3>Online training Labs and assesment</h3>
<p>Asses your knowledge using our <a href="/labs/">Labs</a> technology, providing isolated and safe sandbox for your experiments. Our platform will evaluate the changes without need to upload code anywhere.</p>
<p>Save the change and review feedback, including suggestion of areas to focus on and additional resources.
</p>
</div>
<div class="span4">
<p>
<img alt="" rel="tooltip" title="Some title" class="thumbnail fr" src="/img/learn_lab.png" width="240" />
</p>
</div>
</div>
</div>
</div>