diff --git a/WCN LABS/EXP 2/EXP 2 WCNL OT.pdf b/WCN LABS/EXP 2/EXP 2 WCNL OT.pdf
new file mode 100644
index 0000000..ac68f61
Binary files /dev/null and b/WCN LABS/EXP 2/EXP 2 WCNL OT.pdf differ
diff --git a/WCN LABS/EXP 2/index (1).html b/WCN LABS/EXP 2/index (1).html
new file mode 100644
index 0000000..08f3125
--- /dev/null
+++ b/WCN LABS/EXP 2/index (1).html
@@ -0,0 +1,56 @@
+
+
+
+ Yash Ashok Shirsath
+
+
+
+ Hello Myself
+ Yash Ashok Shirsath
+
+
+
+
+
+
+ I am Working as Data & Business Analyst
+
+ And My Domain is Data Science & Machine Lerning.
+
+
+
+ My Experience
+
+
+ Current Company Name |
+ Position |
+
+
+ HackerBro Technologie |
+ Red Teaming Intern |
+
+
+
+
+ My Skills
+
+ - 1] Python 2] My SQL 3] Tableau 4] Power Bi 5] Ms Excel
+
+
+ My Portfolio
+
+
+ Contact Me
+
+
+
+
+
\ No newline at end of file
diff --git a/WCN LABS/EXP 2/style (1).css b/WCN LABS/EXP 2/style (1).css
new file mode 100644
index 0000000..a28819d
--- /dev/null
+++ b/WCN LABS/EXP 2/style (1).css
@@ -0,0 +1,107 @@
+/* style.css */
+
+body {
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ background-color: #f2f2f2;
+ color: #333;
+ line-height: 1.6;
+ margin: 0;
+ padding: 0;
+}
+
+.container {
+ max-width: 900px;
+ margin: 0 auto;
+ padding: 20px;
+}
+
+h1, h2, h3 {
+ margin-top: 0;
+ color: #007bff;
+}
+
+p {
+ font-size: 18px;
+ margin-bottom: 20px;
+}
+
+img {
+ max-width: 100%;
+ height: auto;
+ border-radius: 50%;
+ margin-top: 10px;
+}
+
+a {
+ color: #007bff;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+table {
+ border-collapse: collapse;
+ width: 100%;
+ margin-bottom: 20px;
+}
+
+th, td {
+ border: 1px solid #ccc;
+ padding: 10px;
+ text-align: left;
+}
+
+ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+
+ul li {
+ margin-bottom: 10px;
+}
+
+iframe {
+ width: 100%;
+ height: 400px;
+ border: none;
+ margin-top: 10px;
+}
+
+form {
+ margin-top: 20px;
+}
+
+label {
+ display: block;
+ font-weight: bold;
+ margin-bottom: 5px;
+}
+
+input[type="text"],
+input[type="email"],
+textarea {
+ width: 100%;
+ padding: 10px;
+ border: 1px solid #ccc;
+ border-radius: 4px;
+ margin-bottom: 10px;
+}
+
+input[type="submit"] {
+ background-color: #007bff;
+ color: #fff;
+ border: none;
+ padding: 10px 20px;
+ border-radius: 4px;
+ cursor: pointer;
+ transition: background-color 0.2s ease-in-out;
+}
+
+input[type="submit"]:hover {
+ background-color: #0056b3;
+}
+
+/* Additional styles can be added as needed */