diff --git a/_site/index.css b/_site/index.css
index 4f89687dd527a64715008084093a12c02eee68f9..c833f7f2eef68a32055216c054b3395bf9b24150 100644
--- a/_site/index.css
+++ b/_site/index.css
@@ -1,3 +1,7 @@
+:root{
+	--main-color: rgb(100,100, 255);
+}
+
 html *{
 	font-size: 12px;
 }
@@ -6,13 +10,33 @@ h2{
 	font-weight: 700;
 	font-size: 1.4em;
 	padding: 10px 0px 10px 20px;
-	border-bottom: 2px rgb(100,100, 255) solid;
-	color: rgb(100,100, 255);
+	border-bottom: 2px var(--main-color) solid;
+	color: var(--main-color);
 }
 
 div.inline div{
 	display: inline-block;
 }
-table tr td[colpsan]{
+
+table{
+	min-width: 50%;
+	max-width: 600px;
+	margin-left: 30px;
+}
+
+td[colspan]{
+	font-weight: 700;
+	font-size: 1.2em;
+	color: var(--main-color);
+}
+td>img{
+	margin-top: -30%;
+	
+}
+
+.bold{
 	font-weight: 700;
+}
+.plus2{
+	font-size: 1.2em;
 }
\ No newline at end of file
diff --git a/_site/index.html b/_site/index.html
index 12ce72fbee498dbecbb9d0191fe603fd3ab19639..798d5aac70717d14f06cb89dabef266e10018eb4 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -19,6 +19,7 @@
 		<tr>
 			<td>Név</td>
 			<td>Tóth Zoltán</td>
+			<td rowspan='5'><img src="tz.png" /></td>
 		</tr>
 		<tr>
 			<td>Szül. hely és idő</td><td>Budapest IX, 1992.03.14.</td>
@@ -31,6 +32,7 @@
 			<td>E-mail</td>
 			<td>toth.zoltan@dosz.hu</td>
 		</tr>
+		<tr></tr>
 	</table>
 </div>
 
@@ -41,60 +43,54 @@
 	<div>	
 		<table>
 			<tr>
-				<td>Budapesti Műszaki és Gazdaságtudományi Egyetem</td>
+				<td class='plus2 bold'>Budapesti Műszaki és Gazdaságtudományi Egyetem</td>
 			</tr>
 			<tr>
 				<td>Villamosmérnöki Tudományok Doktori Iskola</td>
 			</tr>
 			<tr>
 				<td></td>
+				<td>2016 - 2020</td>
 			</tr>
 			<tr>
 				<td></td>
 			</tr>
-			<tr>
-				<td>2016 - 2020</td>
-			</tr>
 		</table>
 	</div>
 		
 	<div>	
 		<table>
 			<tr>
-				<td>Budapesti Műszaki és Gazdaságtudományi Egyetem</td>
+				<td class='plus2 bold'>Budapesti Műszaki és Gazdaságtudományi Egyetem</td>
 			</tr>
 			<tr>
 				<td>Villamosmérnöki és Informatikia Kar</td>
 			</tr>
 			<tr>
 				<td>Villamosnérnöki MSc szak</td>
+				<td>2014 - 2016</td>
 			</tr>
 			<tr>
 				<td></td>
 			</tr>
-			<tr>
-				<td>2014 - 2016</td>
-			</tr>
 		</table>
 	</div>
 		
 	<div>	
 		<table>
 			<tr>
-				<td>Budapesti Műszaki és Gazdaságtudományi Egyetem</td>
+				<td class='plus2 bold'>Budapesti Műszaki és Gazdaságtudományi Egyetem</td>
 			</tr>
 			<tr>
 				<td>Villamosmérnöki és Informatikia Kar</td>
 			</tr>
 			<tr>
 				<td>Villamosnérnöki BSc szak</td>
+				<td>2010 - 2014</td>
 			</tr>
 			<tr>
 				<td></td>
 			</tr>
-			<tr>
-				<td>2010 - 2014</td>
-			</tr>
 		</table>
 	</div>
 	
@@ -400,6 +396,13 @@
 	</table>
 </div>
 
+<div>
+	<h2>tudományos tevékenység</h2>
+	<table>
+	
+	</table>
+</div>
+
 <div>
 	<h2>Cikkek, publikációk</h2>
 
diff --git a/_site/tz.png b/_site/tz.png
new file mode 100644
index 0000000000000000000000000000000000000000..244f2200807894d58c1ebfd94091fa7e2559a908
Binary files /dev/null and b/_site/tz.png differ
diff --git a/index.css b/index.css
index 4f89687dd527a64715008084093a12c02eee68f9..c833f7f2eef68a32055216c054b3395bf9b24150 100644
--- a/index.css
+++ b/index.css
@@ -1,3 +1,7 @@
+:root{
+	--main-color: rgb(100,100, 255);
+}
+
 html *{
 	font-size: 12px;
 }
@@ -6,13 +10,33 @@ h2{
 	font-weight: 700;
 	font-size: 1.4em;
 	padding: 10px 0px 10px 20px;
-	border-bottom: 2px rgb(100,100, 255) solid;
-	color: rgb(100,100, 255);
+	border-bottom: 2px var(--main-color) solid;
+	color: var(--main-color);
 }
 
 div.inline div{
 	display: inline-block;
 }
-table tr td[colpsan]{
+
+table{
+	min-width: 50%;
+	max-width: 600px;
+	margin-left: 30px;
+}
+
+td[colspan]{
+	font-weight: 700;
+	font-size: 1.2em;
+	color: var(--main-color);
+}
+td>img{
+	margin-top: -30%;
+	
+}
+
+.bold{
 	font-weight: 700;
+}
+.plus2{
+	font-size: 1.2em;
 }
\ No newline at end of file
diff --git a/index.html b/index.html
index 31cfd569147ac1237b469e1f763842b94272b787..b61a1487fd5f9cb2f4c0613d98e6cbd7e0946055 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,7 @@ title: Tóth Zoltán
 		<tr>
 			<td>Név</td>
 			<td>Tóth Zoltán</td>
+			<td rowspan='5'><img src="tz.png" /></td>
 		</tr>
 		<tr>
 			<td>Szül. hely és idő</td><td>Budapest IX, 1992.03.14.</td>
@@ -21,6 +22,7 @@ title: Tóth Zoltán
 			<td>E-mail</td>
 			<td>toth.zoltan@dosz.hu</td>
 		</tr>
+		<tr></tr>
 	</table>
 </div>
 
@@ -31,20 +33,18 @@ title: Tóth Zoltán
 	<div>	
 		<table>
 			<tr>
-				<td>{{ tanulmany.egyetem }}</td>
+				<td class='plus2 bold'>{{ tanulmany.egyetem }}</td>
 			</tr>
 			<tr>
 				<td>{{ tanulmany.kar }}</td>
 			</tr>
 			<tr>
 				<td>{{ tanulmany.szak }}</td>
+				<td>{{ tanulmany.date_start }} - {{ tanulmany.date_end }}</td>
 			</tr>
 			<tr>
 				<td>{{ tanulmany.tema }}</td>
 			</tr>
-			<tr>
-				<td>{{ tanulmany.date_start }} - {{ tanulmany.date_end }}</td>
-			</tr>
 		</table>
 	</div>
 	{% endfor %}
@@ -120,6 +120,13 @@ title: Tóth Zoltán
 	</table>
 </div>
 
+<div>
+	<h2>tudományos tevékenység</h2>
+	<table>
+	
+	</table>
+</div>
+
 <div>
 	<h2>Cikkek, publikációk</h2>
 
diff --git a/tz.png b/tz.png
new file mode 100644
index 0000000000000000000000000000000000000000..244f2200807894d58c1ebfd94091fa7e2559a908
Binary files /dev/null and b/tz.png differ