-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path_index.html
272 lines (260 loc) · 10.7 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
+++
title = "CP Editor"
linkTitle = "CP Editor"
+++
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="/vendors/linericon/style.css">
<link rel="stylesheet" href="/vendors/owl-carousel/owl.carousel.min.css">
<!-- main css -->
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/responsive.css">
<div style="margin: -15px;">
<!--================Home Banner Area =================-->
<div class="home_banner_area">
<div class="banner_inner">
<div class="container">
<div class="row">
<div class="col-lg-5">
<div class="banner_content">
<h2>The Missing Editor <br />for Competitive Programmers</h2>
<p>CP Editor is designed for competitive programming. It helps you focus on your algorithms and automates compilation, execution and testing of your code. It can fetch test cases from different platforms and submit solutions to Codeforces.</p>
<a class="banner_btn" href="https://github.com/cpeditor/cpeditor">View on GitHub</a>
<a class="banner_btn2" href="download">Download</a>
</div>
</div>
<div class="col-lg-7">
<div class="home_left_img">
<img class="img-fluid" src="/img/banner/home-left-white.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<!--================End Home Banner Area =================-->
<!--================Work Area =================-->
<div class="work_area p_120">
<div class="container">
<div class="main_title">
<h2>What it does</h2>
<p>It automates all that's reasonably possible and allows you to purely focus on your code. Say no to manual efforts of running and testing your code against expected outputs.</p>
</div>
<div class="work_inner row">
<div class="col-lg-4">
<div class="work_item">
<i class="lnr lnr-screen"></i>
<a><h4>Get the testcases</h4></a>
<p>It can fetch testcases automatically from almost all competitive programming sites. No more copy-pasting!</p>
</div>
</div>
<div class="col-lg-4">
<div class="work_item">
<i class="lnr lnr-code"></i>
<a><h4>Test your solution</h4></a>
<p>With a single click you can run your code on multiple test cases and get verdicts.</p>
</div>
</div>
<div class="col-lg-4">
<div class="work_item">
<i class="lnr lnr-clock"></i>
<a><h4>Submit to CF</h4></a>
<p>Thanks to CF tools, It can submit your solution directly to codeforces and show you verdict without leaving the editor.</p>
</div>
</div>
</div>
</div>
</div>
<!--================End Work Area =================-->
<!--================Made Life Area =================-->
<div class="made_life_area p_120">
<div class="container">
<div class="made_life_inner">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="home-tab" data-toggle="tab" href="#withoutSaving" role="tab" aria-controls="home" aria-selected="true">Run without Saving</a>
</li>
<li class="nav-item">
<a class="nav-link" id="profile-tab" data-toggle="tab" href="#themes" role="tab" aria-controls="profile" aria-selected="false">Variety of Themes</a>
</li>
<li class="nav-item">
<a class="nav-link" id="contact-tab" data-toggle="tab" href="#linting" role="tab" aria-controls="contact" aria-selected="false">Code Linting</a>
</li>
<li class="nav-item">
<a class="nav-link" id="edge-tab" data-toggle="tab" href="#codeforces" role="tab" aria-controls="edge" aria-selected="false">Submit to Codeforces</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="withoutSaving" role="tabpanel" aria-labelledby="home-tab">
<div class="row made_life_text">
<div class="col-lg-6">
<div class="left_side_text">
<h3>Run your code<br />without saving</h3>
<h6>We know that you want to test something quickly.</h6>
<p>You can run your code with one click without saving and the hot exit feature makes it easy to restore your code from the last session.</p>
<a class="main_btn" href="download">Get Started Now</a>
</div>
</div>
<div class="col-lg-6">
<div class="chart_img">
<img class="img-fluid" src="/img/simple.jpg" alt="">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="themes" role="tabpanel" aria-labelledby="profile-tab">
<div class="row made_life_text">
<div class="col-lg-6">
<div class="left_side_text">
<h3>Dark themes? <br />We've got you covered</h3>
<h6>Our lives are colorful, why not our coding editor</h6>
<p>We have added five different themes for you to choose from: Light, Drakula, Monkai, Solarized Light and Solarized Dark. More themes are coming in the near future.</p>
<a class="main_btn" href="download">Get Started Now</a>
</div>
</div>
<div class="col-lg-6">
<div class="chart_img">
<img class="img-fluid" src="/img/themes.jpg" alt="">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="linting" role="tabpanel" aria-labelledby="contact-tab">
<div class="row made_life_text">
<div class="col-lg-6">
<div class="left_side_text">
<h3>Errors and Warnings?<br />We lint them while you are coding</h3>
<h6>Save your precious contest time with code linting</h6>
<p>Using Language Servers, we provide real-time linting for errors and warnings in your code. You can see squiggles under the code and hover over them to get useful tooltips.</p>
<a class="main_btn" href="download">Get Started Now</a>
</div>
</div>
<div class="col-lg-6">
<div class="chart_img">
<img class="img-fluid" src="/img/linting.jpg" alt="">
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="codeforces" role="tabpanel" aria-labelledby="edge-tab">
<div class="row made_life_text">
<div class="col-lg-6">
<div class="left_side_text">
<h3>We can submit your <br/>Solutions to Codeforces</h3>
<h6>All thanks to Competitive Programming Community</h6>
<p>We have gathered the best tools in competitive programming and merged them into one editor. One such tool is called CF Tool. We have added it so you can submit and get verdicts in the editor.</p>
<a class="main_btn" href="download">Get Started Now</a>
</div>
</div>
<div class="col-lg-6">
<div class="chart_img">
<img class="img-fluid" src="/img/codeforces.jfif" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--================End Made Life Area =================-->
<!--================Screen Area =================-->
<div class="screen_area text-center p_120">
<div class="container">
<div class="main_title">
<h2>Simple and Adaptive User Interface</h2>
<p> We have made a simple UI with lots of flexibility and customisation and seamlessly adapts to your existing environment. <br> Everything you need is always in front of your eyes</p>
</div>
<img class="img-fluid" src="/img/banner/home-center-2.jpg" alt="">
</div>
</div>
<!--================End Screen Area =================-->
<!--================Testimonials Area =================-->
<div class="testimonials_area p_120">
<div class="container">
<div class="main_title">
<h2>Feedback from Community</h2>
<p>Our Community support us and keep us alive. We would love to hear your feedback too!<br>See what other Competitive Programmers have to say about our editor</p>
</div>
<div class="testi_slider owl-carousel">
<div class="item">
<div class="testi_item">
<div class="media">
<div class="d-flex">
<!-- Yatharth should add a round png of his image -->
<img src="/img/testimonials/yatharth.png" alt="yatharth" class="img-circular">
</div>
<div class="media-body">
<p>Easy to use and lightweight. It's very fast in terms of compiling and also provides the feature to parse testcases from competitive websites. It is the best editor I have ever used.</p>
<h4>Yatharth Varma</h4>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testi_item">
<div class="media">
<div class="d-flex">
<img src="/img/testimonials/nitish.png" alt="Nitish Kumar Singh" class="img-circular">
</div>
<div class="media-body">
<p>This is exactly what I was looking for. An Editor that automates all redundant tasks and helps me in focusing on the Algorithm. Give a try, you are gonna love me.</p>
<h4>Nitish Kumar Singh</h4>
<div class="rating">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--================End Testimonials Area =================-->
<!--================Made Life Area =================-->
<div class="made_life_area made_white p_120">
<div class="container">
<div class="made_life_inner">
<div class="row made_life_text">
<div class="col-lg-6">
<div class="chart_img">
<img class="img-fluid" src="/img/banner/home-left-black.png" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="left_side_text">
<h3>Full support for<br />C/C++, Java and Python</h3>
<h6>Use the language you like</h6>
<p>We officially support three languages in the editor. You can set your own compilation commands and pass runtime arguments to your code. It really gets exciting when you have the opportunity to use different languages in different tabs with one-click options.</p>
<a class="main_btn" href="download">Get Started Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--================End Made Life Area =================-->
<!--================Impress Area =================-->
<div class="impress_area p_120">
<div class="container">
<div class="impress_inner">
<h2>Impressed by our features?</h2>
<p>We are excited that you have chosen to try out this editor. <br>We hope that our Editor will fulfill all your needs in Competitive Programming. <br>CP Editor is, "by competitive programmers, to competitive programmers, for competitive programmers".</p>
<a class="banner_btn2" href="download">Try it now</a>
</div>
</div>
</div>
<!--================End Impress Area =================-->
<script src="/vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="/js/index.js"></script>
</div>