Michael (Mikhail) A. Gordeev
@@ -16,6 +17,7 @@
Russia
Phone (Russia): +7 (996) 929-19-69
Email: michael.xfox@outlook.com
+ Personal Website: https://www.xfox111.net/
Overall Summary:
@@ -74,6 +76,9 @@
Database: MySQL, Microsoft Access
+
+ English knowledge: C1 (Advanced )
+
Very energetic and ready to take new challenges
diff --git a/MyWebsite/MyWebsite/wwwroot/js/site.js b/MyWebsite/MyWebsite/wwwroot/js/site.js
index 3fa586b..4a3b120 100644
--- a/MyWebsite/MyWebsite/wwwroot/js/site.js
+++ b/MyWebsite/MyWebsite/wwwroot/js/site.js
@@ -68,4 +68,21 @@ function UpdateProjects()
desc.innerText = "";
desc.innerHTML = text;
}
+}
+
+function PrintCV() {
+ var printFrame = window.open("", "", "height=500, width=800");
+
+ printFrame.document.write("");
+ printFrame.document.write(document.head.outerHTML);
+ printFrame.document.write("");
+ printFrame.document.write(document.getElementById("cv").outerHTML);
+ printFrame.document.write("");
+ printFrame.document.write("");
+
+ printFrame.document.close();
+ setTimeout(function () {
+ printFrame.print();
+ printFrame.close();
+ }, 500);
}
\ No newline at end of file