Skip to content

Manoj-Kumar-Venkatraj/Digital-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

<title>Dhanasekaran Portfolio</title>

  <div class="profile">
    <img src="assets/img/dhana.jpg" alt="" class="img-fluid rounded-circle">
    <h1 class="text-light"><a href="index.html">Dhanasekaran M</a></h1>
    <div class="social-links mt-3 text-center">
      <a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
      <a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
      <a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
      <a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
      <a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
    </div>
  </div>

  <nav id="navbar" class="nav-menu navbar">
    <ul>
      <li><a href="#hero" class="nav-link scrollto active"><i class="bx bx-home"></i> <span>Home</span></a></li>
      <li><a href="#about" class="nav-link scrollto"><i class="bx bx-user"></i> <span>About</span></a></li>
      <li><a href="#resume" class="nav-link scrollto"><i class="bx bx-file-blank"></i> <span>Resume</span></a></li>
      <li><a href="#portfolio" class="nav-link scrollto">
      <li><a href="#contact" class="nav-link scrollto"><i class="bx bx-envelope"></i> <span>Contact</span></a></li>
    </ul>
  </nav><!-- .nav-menu -->
</div>

Dhanasekaran M

I'm

<!-- ======= About Section ======= -->
<section id="about" class="about">
  <div class="container">

    <div class="section-title">
      <h2>About</h2>
      <p>I'm Dhanasekaran M, a final year B.Sc Information Technology student at Bishop Ambrose College. I'm passionate about web development and graphic design. With expertise in HTML, CSS, JavaScript, and design software like Adobe Photoshop and Illustrator, I blend technology and creativity to craft dynamic websites and captivating designs. I thrive on solving challenges and aspire to make a positive impact. I'm open to collaborations and eager to bring fresh ideas to life. Explore my portfolio and let's create something amazing together!</p>
    </div>

    <div class="row">
      <div class="col-lg-4" data-aos="fade-right">
        <img src="assets/img/dhana.jpg" class="img-fluid" alt="">
      </div>
      <div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
        <h3>Graphical Designer &amp; Web Developer.</h3>
        
        <div class="row">
          <div class="col-lg-6">
            <ul>
              <li><i class="bi bi-chevron-right"></i> <strong>Birthday:</strong> <span>05 June  2004</span></li>
    
              <li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>80569 93147</span></li>
              <li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Coimbatore, Tamilnadu</span></li>
            </ul>
          </div>
          <div class="col-lg-6">
            <ul>
              <li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>19</span></li>
              <li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>B.Sc IT</span></li>
              <li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>[email protected]</span></li>
              <li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span>Available</span></li>
            </ul>
          </div>
        </div>
      </div>
    </div>

  </div>
</section><!-- End About Section -->

<!-- ======= Skills Section ======= -->
<section id="skills" class="skills section-bg">
  <div class="container">

    <div class="section-title">
      <h2>Skills</h2>
      <p>

Graphic Design Skills:

I'm proficient in Adobe Creative Suite, specializing in Photoshop, Illustrator, and InDesign. I have a strong eye for typography and color theory, which I use to create captivating designs and logos. My skills extend to UI design and print materials like brochures and posters, with the ability to craft custom illustrations and well-structured layouts.

Web Development Skills:

In the realm of web development, I'm adept in HTML, CSS, and JavaScript, enabling me to build responsive websites and interactive web applications. I work with front-end frameworks like Bootstrap and React and ensure cross-browser compatibility. Additionally, I'm versed in version control with Git and prioritize web performance optimization, all while maintaining a strong focus on problem-solving and SEO best practices.

    <div class="row skills-content">

      <div class="col-lg-6" data-aos="fade-up">

        <div class="progress">
          <span class="skill">HTML <i class="val">100%</i></span>
          <div class="progress-bar-wrap">
            <div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
          </div>
        </div>

        <div class="progress">
          <span class="skill">CSS <i class="val">90%</i></span>
          <div class="progress-bar-wrap">
            <div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
          </div>
        </div>

        <div class="progress">
          <span class="skill">JavaScript <i class="val">75%</i></span>
          <div class="progress-bar-wrap">
            <div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
          </div>
        </div>

      </div>

      <div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">

        <div class="progress">
          <span class="skill">SQL <i class="val">80%</i></span>
          <div class="progress-bar-wrap">
            <div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
          </div>
        </div>

        <div class="progress">
          <span class="skill">After Effects<i class="val">90%</i></span>
          <div class="progress-bar-wrap">
            <div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
          </div>
        </div>

        <div class="progress">
          <span class="skill">Photoshop <i class="val">80%</i></span>
          <div class="progress-bar-wrap">
            <div class="progress-bar" role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100"></div>
          </div>
        </div>

      </div>

    </div>

  </div>
</section><!-- End Skills Section -->

<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
  <div class="container">

    <div class="section-title">
      <h2>Resume</h2>
      <p><center>“The most valuable of all talents is that of never using two words when one will do.”</center></p>
    </div>

    <div class="row">
      <div class="col-lg-6" data-aos="fade-up">
        <h3 class="resume-title">Sumary</h3>
        <div class="resume-item pb-0">
          <h4>Dhanasekaran M</h4>
          <p><em>Innovative and deadline-driven Graphic Designer with 3+ years of experience designing and developing user-centered digital/print marketing material from initial concept to final, polished deliverable.</em></p>
          <ul>
            <li>Coimbatore, Tamilnadu, India</li>
            <li>80569 93147</li>
            <li>[email protected]</li>
          </ul>
        </div>

        
        <div class="resume-item">
          <h4>B.SC INFORMATION TECHNOLOGY &amp;</h4>
          <h5>2020 - 2024</h5>
          <p><em>BISHOP AMBROSE COLLEGE</em></p>
        </div>
      </div>
      <div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
        <h3 class="resume-title">Professional Experience</h3>
        <div class="resume-item">
          <h4>WEBDEVELOPER & DESIGNER</h4>
          <h5>2019 - Present</h5>
          <p><em>Coimbatore, Tamilnadu</em></p>
          <ul>
            <li>Lead in the design, development, and implementation of the graphic, layout, and production communication materials</li>
            <li>Delegate tasks to the 7 members of the design team and provide counsel on all aspects of the project. </li>
            <li>Supervise the assessment of all graphic materials in order to ensure quality and accuracy of the design</li>
            <li>Oversee the efficient use of production project budgets ranging from $250 - $1,000</li>
          </ul>
        </div>
        <div class="resume-item">
          <h4>Graphic design specialist</h4>
          <h5>2017 - 2018</h5>
          <p><em>Coimbatore, Tamilnadu</em></p>
          <ul>
            <li>Developed numerous marketing programs (logos, brochures,infographics, presentations, and advertisements).</li>
            <li>Managed up to 5 projects or tasks at a given time while under pressure</li>
            <li>Recommended and consulted with clients on the most appropriate graphic design</li>
            <li>Created 2+ design presentations and proposals a month for clients and account managers</li>
          </ul>
        </div>
      </div>
    </div>

  </div>
</section><!-- End Resume Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
  <div class="container">

    <div class="section-title">
      <h2>Contact</h2>

    <div class="row" data-aos="fade-in">

      <div class="col-lg-5 d-flex align-items-stretch">
        <div class="info">
          <div class="address">
            <i class="bi bi-geo-alt"></i>
            <h4>Location:</h4>
            <p>140A, UDAYAM PALAYAM MAINROAD, SOWRI PALAYAM COIMBATORE, TAMILNADU, INDIA</p>
          </div>

          <div class="email">
            <i class="bi bi-envelope"></i>
            <h4>Email:</h4>
            <p>[email protected]</p>
          </div>

          <div class="phone">
            <i class="bi bi-phone"></i>
            <h4>Call:</h4>
            <p>80569 93147</p>
          </div>
        </div>

      </div>
      </div>

    </div>

  </div>
</section><!-- End Contact Section -->
© Copyright DHANASEKAR
    Designed by <a href="https://bootstrapmade.com/">DHANASEKAR M</a>
  </div>
</div>

<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script> <script src="assets/vendor/aos/aos.js"></script> <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/vendor/glightbox/js/glightbox.min.js"></script> <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> <script src="assets/vendor/swiper/swiper-bundle.min.js"></script> <script src="assets/vendor/typed.js/typed.umd.js"></script> <script src="assets/vendor/waypoints/noframework.waypoints.js"></script> <script src="assets/vendor/php-email-form/validate.js"></script> <script src="assets/js/main.js"></script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages