File tree Expand file tree Collapse file tree 4 files changed +34
-16
lines changed
Expand file tree Collapse file tree 4 files changed +34
-16
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change @@ -25,66 +25,83 @@ div article h5 {
2525address {
2626 margin : 10px ;
2727}
28+
2829footer {
2930 clear : both;
3031 font-size : 90% ;
3132 align : center;
3233 background-color : powderblue;
3334}
35+
3436table , 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+
5258div article h6 {
53- margin : 4 px ;
54- padding : 3 px ;
59+ margin : 3 px ;
60+ padding : 2 px ;
5561}
62+
5663h6 {
5764 margin : 2px ;
5865}
5966h5 {
6067 margin : 2px ;
6168}
69+
6270h4 {
63- margin : 2px ;
64- }
65- h4 {
66- margin : 3px ;
71+ margin : 0px ;
72+ padding : 4px ;
6773}
74+
6875ul {
69- margin : 2 px ;
76+ margin : 1 px ;
7077}
78+
7179ul 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+
7487p {
75- margin : 2 px ;
88+ margin : 1 px ;
7689}
90+
7791table {
7892 margin : 5px ;
7993}
94+
8095footer {
8196 margin : 20px 0px ;
8297 padding : 10px ;
8398}
8499body footer p {
85100 font-size : 10px ;
86101}
102+
103+ # First Paragraph
87104body p {
88105 font-family : "Times New Roman" , Times, serif;
89- font-size : 20 px ;
106+ font-size : 14 px ;
90107}
You can’t perform that action at this time.
0 commit comments