Skip to content

Commit 02aee95

Browse files
committed
css file name changed
1 parent aaa2db4 commit 02aee95

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed
File renamed without changes.

index.html

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<link href='//fonts.googleapis.com/css?family=Open+Sans:700,400' rel='stylesheet' type='text/css'>
1818

19-
<link rel="stylesheet" href="css/style.css">
19+
<link rel="stylesheet" href="css/grid.css">
2020
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
2121
<link rel="stylesheet" href="css/main.css">
2222
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
@@ -172,9 +172,9 @@ <h3 class="text-center">Embedded Python</h3>
172172

173173
<div class="application-content">
174174

175-
<p class="text-center">
176-
<i class="fa fa-cog fa-spin fa-5x"></i>
177-
</p>
175+
<p class="text-center">
176+
<i class="fa fa-cog fa-spin fa-5x"></i>
177+
</p>
178178

179179
<p>
180180
Python can be used in embedded, small or minimal hardware devices. Python is being used in Device interfacing, Robotics, Raspberry Pi, Arduino. It is used for Automating build systems and automating tests.
@@ -193,9 +193,9 @@ <h3 class="text-center">Database Access</h3>
193193

194194
<div class="application-content">
195195

196-
<p class="text-center">
197-
<i class="fa fa-database fa-5x"></i>
198-
</p>
196+
<p class="text-center">
197+
<i class="fa fa-database fa-5x"></i>
198+
</p>
199199

200200
<p>
201201
Python comes with a Sqlite Database and can be connected to other Databases
@@ -215,9 +215,9 @@ <h3 class="text-center">DevOps</h3>
215215

216216
<div class="application-content">
217217

218-
<p class="text-center">
219-
<i class="fa fa-server fa-5x"></i>
220-
</p>
218+
<p class="text-center">
219+
<i class="fa fa-server fa-5x"></i>
220+
</p>
221221

222222
<p>
223223
Python is a famous language among the DevOps community. Python provides tools like
@@ -237,9 +237,9 @@ <h3 class="text-center">GUIs</h3>
237237

238238
<div class="application-content">
239239

240-
<p class="text-center">
241-
<i class="fa fa-desktop fa-5x"></i>
242-
</p>
240+
<p class="text-center">
241+
<i class="fa fa-desktop fa-5x"></i>
242+
</p>
243243

244244
<p>
245245
Python has a large number of GUI frameworks/toolkits available, from TkInter (traditionally bundled with Python, using Tk) to Kivy (library for creating NUI applications). The others are PyQt, PySide, wxPython etc.
@@ -258,9 +258,9 @@ <h3 class="text-center">Testing</h3>
258258

259259
<div class="application-content">
260260

261-
<p class="text-center">
262-
<i class="fa fa-expand fa-5x"></i>
263-
</p>
261+
<p class="text-center">
262+
<i class="fa fa-expand fa-5x"></i>
263+
</p>
264264

265265
<p>
266266
Testing is very important for every project in today's world. Python has testing frameworks like unittest, nose, pytest, mamba etc. Web testing with selenium, splinter and fake data using faker, fake2db. Click to know more.
@@ -279,9 +279,9 @@ <h3 class="text-center">Tutorials</h3>
279279

280280
<div class="application-content">
281281

282-
<p class="text-center">
283-
<i class="fa fa-book fa-5x"></i>
284-
</p>
282+
<p class="text-center">
283+
<i class="fa fa-book fa-5x"></i>
284+
</p>
285285

286286
<p>
287287
This section covers the most useful tutorials so beginners can easily begin the learning process. Application specific tutorials are under each application section. Click to learn this wonderful language.
@@ -300,9 +300,9 @@ <h3 class="text-center">Contribute</h3>
300300

301301
<div class="application-content">
302302

303-
<p class="text-center">
304-
<i class="fa fa-code-fork fa-5x"></i>
305-
</p>
303+
<p class="text-center">
304+
<i class="fa fa-code-fork fa-5x"></i>
305+
</p>
306306

307307
<p>
308308
Python Pedia is aimed to make a central repository for Python applications. Your contributions are welcome to make it better and better. The resources are categorized so beginners can visualize the things.

0 commit comments

Comments
 (0)