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
|
<!DOCTYPE html5>
<html>
<head>
<meta charset='utf-8' />
<link rel='icon' href='favicon.ico' />
<style>
body {
width: 100%;
height: 90%;
font-family: 'Courier New', Arial, sans-serif;
}
#ac {
text-align: center;
font-size: 2em;
font-weight: bold;
}
.s_g {
text-decoration: underline;
font-weight: bold;
}
table {
border: groove 2px #009900;
border-radius: 3px;
}
caption {
font-size: 2em;
font-weight: bold;
}
tr {
margin-bottom: 10px;
}
.one {
width: 20%;
}
.one1{
width: 20%;
}
.two {
width: 85%;
padding-top: 1em;
padding-bottom: 1em;
}
.twoo {
width: 85%;
padding-top: 1em;
padding-bottom: 1em;
}
.three {
width: 50%;
text-align: left;
}
#comps {
display: inline-block;
font-size: 1em;
width: 98%;
margin: 0 auto;
}
/*#comps+td {
width: 20%;
}*/
#cinfo{
display: inline-block;
vertical-align : top;
font-size: 1em;
/*width: 40%;*/
margin: 0 auto;
}
#cling {
display: inline-block;
vertical-align : top;
font-size: 1em;
width: 45%;
margin: 0 auto;
}
#ci {
display: inline-block;
vertical-align: top;
margin: 0 auto;
width: 50%;
}
#exp {
display: inline-block;
margin: 0 auto;
width: 98%
}
.maj {
text-transform: uppercase;
}
article {
margin: 0 auto;
}
td:first-letter {
text-transform:uppercase;
}
section {
width: 100%;
margin: 0 auto;
}
caption:before {
content: "MES ";
}
#photo img {
margin: 0 auto;
}
</style>
<!--[if lt IE 9]>
<script src='http://html5shiv.googlecode.com/svn/trunk/html5.js'></script>
<![endif]-->
<title>Curriculum Vitae</title>
</head>
<!--[if IE 6 ]><body class='ie6 old_ie'><![endif]-->
<!--[if IE 7 ]><body class='ie7 old_ie'><![endif]-->
<!--[if IE 8 ]><body class='ie8'><![endif]-->
<!--[if IE 9 ]><body class='ie9'><![endif]-->
<!--[if !IE]><!--><body><!--<![endif]-->
<header>
<p id='ac'><span class='maj'>b</span>onjour,<span class='maj'>j</span>e recherche un contrat de professionnalisation pour une licence informatique en partenariat avec lUniversité Paris Descartes </p>
</header>
<section>
<article>
<br>
<br>
<aside id='b_g'>
<br>
<br>
<table id='comps'>
<tr>
<td>
<table id='cinfo'>
<caption class='maj' class='s_g'>competences informatiques</caption>
<tr>
<td class='one'>Langages de Programmation</td>
<td class='twoo'>JavaScript, PHP, SQL, HTML, CSS, Leaflet.JS, JQuery, Symfony 3, Java, NodeJS, PLSQL, UML, C, C++, Visual Basic, Algèbre Relationnel, Assembleur </td>
</tr>
<tr>
<td class='one'>Logiciels de programmation</td>
<td class='twoo'>NetBeans, Bluefish, Nano, Dreamweaver, Microsoft Access, Eclipse, Scilab, Emacs, Kate, Visual Studio C, Visual Studio C++, Visual Studio Basic, Oracle, MySQL Server. </td>
</tr>
<tr>
<td class='one'>Logiciels d'infographie</td>
<td class='twoo'>Adobe Illustrator, Adobe Photoshop, Adobe Photofiltre, Inkscape</td>
</tr>
<tr>
<td class='one'>Systèmes d'exploitation utilisés</td>
<td class='twoo'>Microsoft Windows, Linux</td>
</tr>
</table>
</td>
<td>
<table id='cling'>
<caption class='maj'>COMPETENCES LINGUISTIQUES</caption>
<tr>
<td class='one'>Anglais</td>
<td class='two'>Intermediaire</td>
</tr>
<tr>
<td class='one'>Gujarati </td>
<td class='two' >Bilingue</td>
</tr>
</table>
<table id='ci'>
<caption class='maj' class='s_g'>centres d'interets</caption>
<tr>
<td class='one'>Code :</td>
<td class='twoo'>Langages de Développement Web en général</td>
</tr>
<tr>
<td class='one'>Divers:</td>
<td class='two'>Histoire, Chorale, Escrime</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- <br><table id='ci'>
<br><table id='ci'>
<caption class='maj' class='s_g'>centres d'interets</caption>
<tr>
<td class='one'>Code :</td>
<td class='twoo'>Langages de Développement Web en général</td>
</tr>
<tr>
<td class='one'>Divers:</td>
<td class='two'>Histoire, Chorale, Escrime</td>
</tr>
</table>
--> </aside>
</article>
</section>
</body>
</html> |
Partager