Skip to content

Commit a193aaf

Browse files
committed
Cosmetics
1 parent 5b691e1 commit a193aaf

File tree

4 files changed

+34
-16
lines changed

4 files changed

+34
-16
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# pythonLearning
22

3-
* Most updated, _auto-generated_ [CV](https://github.com/Kalinga/pythonLearning/blob/master/projects/cv_generator/cv/KALINGA_RAY_2017.pdf)
4-
* [Sentiment analysis](https://github.com/Kalinga/pythonLearning/tree/master/projects/twitter_sentiment) from twitter feeds
3+
* Most updated, _auto-generated_ [CV](https://github.com/Kalinga/pythonLearning/blob/master/projects/cv_generator/cv/KALINGA_RAY_2017.pdf)
4+
* [Sentiment analysis](https://github.com/Kalinga/pythonLearning/tree/master/projects/twitter_sentiment) from twitter feeds for imdb celebrities
5+
>>> Sample [output](https://github.com/Kalinga/pythonLearning/tree/master/projects/twitter_sentiment/gen) of the project
1.66 KB
Binary file not shown.

projects/cv_generator/src/generateCV.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@ def projects():
192192
<ul>
193193
<li>Test Automation framework development using python,xsd, JSON etc..</li >
194194
<li>Next generation service framework development (using Xtext and Xtend DSL development)</li >
195-
<li>Java plug-in development</li>
195+
<li>Java plug-in development:
196196
C++ code generation for service specific Stub and Proxy component (Code generation for DBus introspection xml)
197-
Automatic generation of C++ adapter felicitating Interface test of the services running in the target
198-
<li>QT/QML based HMI and application development</li>
197+
Automatic generation of C++ adapter felicitating Interface test of the services running in the target</li>
198+
<li>QT/QML based HMI and application development:
199199
HMI application displaying Navigation data, GPS data and CAN data
200-
Home screen development for Infotainment Head Unit
200+
Home screen development for Infotainment Head Unit</li>
201201
</ul>
202202
<h5>Old Projects</h5>
203203
<ul>

projects/cv_generator/src/main.css

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,66 +25,83 @@ div article h5 {
2525
address {
2626
margin:10px;
2727
}
28+
2829
footer {
2930
clear:both;
3031
font-size: 90%;
3132
align:center;
3233
background-color:powderblue;
3334
}
35+
3436
table, th, td {
3537
border: 1px solid black;
3638
font-family: "Times New Roman", Times, serif;
3739
font-size: 10px;
3840
}
41+
3942
#Container {
4043
width: 100%;
4144
border-style: solid;
4245
border-color: red green blue yellow;
4346
background-color:#CCC;
4447
display: inline-block;
4548
}
49+
4650
.Container_article {
4751
background-color:#CCC;
4852
}
53+
4954
#rightMostImage {
5055
float:right;
5156
}
57+
5258
div article h6{
53-
margin:4px;
54-
padding:3px;
59+
margin:3px;
60+
padding:2px;
5561
}
62+
5663
h6 {
5764
margin : 2px;
5865
}
5966
h5 {
6067
margin : 2px;
6168
}
69+
6270
h4 {
63-
margin : 2px;
64-
}
65-
h4 {
66-
margin : 3px;
71+
margin : 0px;
72+
padding:4px;
6773
}
74+
6875
ul{
69-
margin:2px;
76+
margin:1px;
7077
}
78+
7179
ul li {
72-
margin:1px;
80+
margin:0.5px;
81+
}
82+
body ul li{
83+
font-family: "Times New Roman", Times, serif;
84+
font-size: 14px;
7385
}
86+
7487
p {
75-
margin:2px;
88+
margin:1px;
7689
}
90+
7791
table {
7892
margin:5px;
7993
}
94+
8095
footer{
8196
margin:20px 0px;
8297
padding:10px;
8398
}
8499
body footer p{
85100
font-size: 10px;
86101
}
102+
103+
# First Paragraph
87104
body p{
88105
font-family: "Times New Roman", Times, serif;
89-
font-size: 20px;
106+
font-size: 14px;
90107
}

0 commit comments

Comments
 (0)