|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/dev.outerorbittech.com/portfolio/ | |
|
Path: /home2/outerorb/dev.outerorbittech.com/portfolio/index.php
Size: 28.95 KB
Permissions: 0644
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Profile</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/daniel1.jpg" rel="icon">
<link href="assets/img/daniel1.jpg" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: iPortfolio
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<style>
#hero {
width: 100%;
height: 100vh;
background: url(assets/img/usa.jpg) top center;
background-size: cover;
}
</style>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header">
<div class="d-flex flex-column">
<div class="profile">
<?php
include"connection.php";
$q="SELECT * FROM dp where did='1'";
$sq=mysqli_query($cn,$q);
if($sq)
{
// check if any data found or not
if(mysqli_fetch_array($sq)>0)
{
$sq=mysqli_query($cn,$q);
while($r=mysqli_fetch_array($sq))
{
?>
<img src="<?php echo 'dp/'.$r['dpimg'];?>" alt="" class="img-fluid rounded-circle">
<?php
}
}
else
{
echo'<br> no record found ';
}
}
else
{
echo '<br>'.mysqli_error($cn);
}
?>
<h1 class="text-light"><a href="index.php">Daniel</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="Admin/" class="nav-link scrollto"><span style="color:red">LOGIN</span></a></li>
<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>Getting to Know You</span></a></li>
<li><a href="#dreams" class="nav-link scrollto"><i class="bx bx-current-location"></i> <span>Dreams and Aspirations</span></a></li>
<li><a href="#values" class="nav-link scrollto"><i class="bx bx-medal"></i> <span>Values and Beliefs</span></a></li>
<li><a href="#relationships" class="nav-link scrollto"><i class="bx bx-book-heart"></i> <span>Relationships</span></a></li>
<li><a href="#lookingAhead" class="nav-link scrollto"><i class="bx bx-paper-plane"></i> <span>Looking Ahead</span></a></li>
<li><a href="#personal" class="nav-link scrollto"><i class="bx bx-cool"></i> <span>Personal Information</span></a></li>
<li><a href="#gallary" class="nav-link scrollto"><i class="bx bx-image"></i> <span>Gallary</span></a></li>
<li><a href="#lifelessons" class="nav-link scrollto"><i class="bx bx-atom"></i> <span>Life Lessons</span></a></li>
<li><a href="#creativity" class="nav-link scrollto"><i class="bx bx-command"></i> <span>Creativity</span></a></li>
<li><a href="#travel" class="nav-link scrollto"><i class="bx bx-trip"></i> <span>Travel Adventures</span></a></li>
<li><a href="#quirks" class="nav-link scrollto"><i class="bx bx-shield-quarter"></i> <span>Quirks and Oddities</span></a></li>
<li><a href="#health" class="nav-link scrollto"><i class="bx bx-donate-heart"></i> <span>Health and Wellness</span></a></li>
<li><a href="#professionalLife" class="nav-link scrollto"><i class="bx bx-male"></i> <span>Professional Life</span></a></li>
<li><a href="#Skills and Development" class="nav-link scrollto"><i class="bx bx-customize"></i> <span>Skills and Development</span></a></li>
<li><a href="#Work-Life Balance" class="nav-link scrollto"><i class="bx bx-briefcase"></i> <span>Work-Life Balance</span></a></li>
<li><a href="#Professional Goals" class="nav-link scrollto"><i class="bx bx-target-lock"></i> <span>Professional Goals</span></a></li>
<li><a href="#Legacy and Impact" class="nav-link scrollto"><i class="bx bx-trophy"></i> <span>Legacy and Impact</span></a></li>
<li><a href="#contact" class="nav-link scrollto"><i class="bx bx-envelope"></i> <span>Contact</span></a></li>
<li><a href="" class="nav-link scrollto"> <span></span></a></li>
<li><a href="" class="nav-link scrollto"> <span></span></a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center align-items-center">
<div class="hero-container" data-aos="fade-in">
<h1>Daniel</h1>
<p>I'm <span class="typed" data-typed-items="Traveller, Musician, Freelancer, Photographer"></span></p>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<?php
include"connection.php";
$qv="select * from about";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Getting to Know You</h2>
<h5><b>What's in a Name?</b></h5>
<p><b>Daniel </b><?php echo $r['ans1']; ?></p>
<br><h5><b>Roots and Branches..</b></h5><p>
<?php echo $r['ans2']; ?></p>
</div>
<?php
}}
?>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="
<?php
include"connection.php";
$q="SELECT * FROM dp where did='1'";
$sq=mysqli_query($cn,$q);
if($sq)
{
$sq=mysqli_query($cn,$q);
while($r=mysqli_fetch_array($sq))
{
echo 'dp/'.$r['dpimg'];
}
}
?>
" class="img-fluid" alt="">
<?php
include"connection.php";
$qv="select * from about";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>Life's Soundtrack.</h3>
<p class="fst-italic">
<?php echo $r['ans4']; ?>
</p>
<h5><b>Time Capsule</b></h5>
<p><?php echo $r['ans3']; ?></p>
</div>
</div>
<?php
}}
?>
</div>
</section><!-- End About Section -->
<!-- ======= Facts Section ======= -->
<section id="dreams" class="facts">
<div class="container">
<?php
include"connection.php";
$qv="select * from dream";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Dreams and Aspirations</h2>
<p><b style="color:#57352c"><?php echo $r['ans1']; ?></b> </p>
<br>
<h5><b>Places I'd love to visit and three experiences I'd like to have in my lifetime.</b></h5><br>
<p><?php echo $r['ans2']; ?></p>
<br><h5><b>Passion Projects..</b></h5>
<p><?php echo $r['ans3']; ?></p>
</div>
<?php
}}
?>
</div>
</section><!-- End Facts Section -->
<!-- ======= Skills Section ======= -->
<section id="values" class="skills section-bg">
<div class="container">
<?php
include"connection.php";
$qv="select * from value";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Values and Beliefs</h2>
<p><b><?php echo $r['v1']; ?> </b> :<?php echo $r['vans1']; ?>
<br><br>
<b><?php echo $r['v2']; ?> :</b><?php echo $r['vans2']; ?>
<br><br>
<b><?php echo $r['v3']; ?> :</b><?php echo $r['vans3']; ?>
</p>
</div>
<div class="row skills-content">
<div class="col-lg-6" data-aos="fade-up">
<div class="progress">
<span class="skill"><?php echo $r['v1']; ?> <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"><?php echo $r['v2']; ?><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>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="progress">
<span class="skill"><?php echo $r['v3']; ?> <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>
</div>
<?php
}}
?>
</div>
</section><!-- End Skills Section -->
<!-- ======= Resume Section ======= -->
<section id="relationships" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from relation";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Relationships</h2>
<br>
<h5><b>The Three people who have had a profound impact on my life...</b></h5>
<p><?php echo $r['ans1']; ?>
</p>
<br><br>
<h5><b>A Heartfelt letter to Loved Ones..
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="red" class="bi bi-chat-heart" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2.965 12.695a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6c0 3.193-3.004 6-7 6a8.06 8.06 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a10.97 10.97 0 0 0 .398-2Zm-.8 3.108.02-.004c1.83-.363 2.948-.842 3.468-1.105A9.06 9.06 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.437 10.437 0 0 1-.524 2.318l-.003.011a10.722 10.722 0 0 1-.244.637c-.079.186.074.394.273.362a21.673 21.673 0 0 0 .693-.125ZM8 5.993c1.664-1.711 5.825 1.283 0 5.132-5.825-3.85-1.664-6.843 0-5.132Z"/>
</svg></b></h5>
<p style="color:#4f0a01">
<b style="color:red"><br>
<?php echo $r['dear']; ?></b><br><br>
<?php echo $r['ans2']; ?><br><br>With heartfelt affection<br>
<b style="color:black">“<?php echo $r['name']; ?>”</b><br><br>
</p>
<h5><b>The story of how I meet a close friend..And What makes this relationship special.</b></h5>
<p><?php echo $r['ans3']; ?>
</p>
</div>
<?php
}}
?>
</div>
</section><!-- End Resume Section -->
<section id="lookingAhead" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from looking";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Looking Ahead</h2>
<br>
<h5><b>In five years, I will see myself in a more advanced and capable state. To get there, I will take several steps : </b></h5>
<p><?php echo $r['ans1']; ?></p>
<br><br>
<h5><b>Impact that i like to leave on the world..</b></h5>
<p><?php echo $r['ans2']; ?></p><br>
<h5><b> Evolvement of Thoughts and Feelings which give a moment to reflect on my entire journey through this scrapbook. </b></h5>
<p><?php echo $r['ans3']; ?>
</p>
</div>
<?php
}}
?>
</div>
</section><!-- End Section -->
<section id="personal" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from personal";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Personal Information</h2>
<br>
<h5><b>My Most Happy and as well as Comfort Place </b></h5>
<p><?php echo $r['ans1']; ?>
</p>
<br><br>
<h5><b>Bucket of favorite BOOKS, MOVIES, FOODS and COLORS which are resonate with me are : </b></h5>
<p>
<b>"<?php echo $r['p1']; ?>" : </b>
<?php echo $r['pans1']; ?>
<br>
<b>"<?php echo $r['p2']; ?>" : </b>
<?php echo $r['pans2']; ?><br>
<b>"<?php echo $r['p3']; ?>" : </b>
<?php echo $r['pans3']; ?> <br>
<b>"<?php echo $r['p4']; ?>" : </b>
<?php echo $r['pans4']; ?>
</p>
</div>
<?php
}}
?>
</div>
</section><!-- End Section -->
<!-- GALLARY SECTION -->
<section id="gallary" class="resume">
<div class="container">
<div class="section-title">
<h2>GALLARY</h2>
<div class="row">
<?php
include"connection.php";
$q="SELECT * FROM `photo` ORDER BY sid DESC LIMIT 6";
$sq=mysqli_query($cn,$q);
if($sq)
{
// check if any data found or not
if(mysqli_fetch_array($sq)>0)
{
$sq=mysqli_query($cn,$q);
while($r=mysqli_fetch_array($sq))
{
?>
<div class="col-md-4">
<div class="project img shadow ftco-animate d-flex justify-content-center align-items-center">
<div class="overlay"></div>
<div class="text text-center p-4">
<img src= <?php echo 'gallary/'.$r['photo'];?> class="img-fluid" alt="">
<!-- <span>Web Design</span> -->
</div>
</div>
</div>
<?php
}
}
else
{
echo'<br> no record found ';
}
}
else
{
echo '<br>'.mysqli_error($cn);
}
?>
</div>
</div>
<div class="col-md-4">
<div class="project img shadow ftco-animate d-flex justify-content-center align-items-center">
<div class="text text-center p-4">
<a href="gallary/gallary.php" ><h4 style="color:red; font-size: 32px; font-weight: bold; margin-bottom: 20px; padding-bottom: 20px;"><br><br>VIEW MORE...</h4></a>
<!-- <span>Web Design</span> -->
</div>
</div>
</div>
</div>
</div>
</section>
<section id="lifelessons" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from life";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Life Lessons</h2>
<br>
<h5><b>A significant mistake or failure in my life. And What did i learn from it, and also impact in my life </b></h5>
<p>
<?php echo $r['ans1']; ?></p>
<br><br>
<h5><b>About My life's Role Model...And follow-up Routine, from the moment of wake-up to bedtime. </b></h5>
<p>
<b><?php echo $r['l1']; ?> is my role model.</b>
<?php echo $r['lans1']; ?>
</p><br><br>
<h5><b>The most challenging period in my life. How did I overcome it, and Lessons learn from the experience.</b></h5>
<p>
<?php echo $r['ans2']; ?></p>
<?php
}}
?>
</div>
</div>
</section><!-- End Section -->
<section id="creativity" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from creativity";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Creativity</h2>
<br>
<h5><b>A space for my favorite personal artwork, photography, or any form of creative expression... </b></h5>
<p>
<?php echo $r['ans1']; ?></p>
<br><br>
<h5><b>Recording of my dreams and trying to decipher their meanings. And is there are any recurring dreams or nightmares..?</b></h5>
<p>
<?php echo $r['ans2']; ?> </p>
<?php
}}
?>
</div>
</div>
</section><!-- End Section -->
<section id="travel" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from travel";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Travel Adventures</h2>
<br>
<h5><b>Documentation of travel experiences, including places I've been, cultures that I've experienced, and my favorite travel memories..</b></h5>
<p><?php echo $r['ans1']; ?></p><br><br>
<h5><b>Three destinations that my dream is to visit in the future..</b></h5>
<p>
<?php echo $r['ans2']; ?></p>
<?php
}}
?>
</div>
</div>
</section><!-- End Section -->
<section id="quirks" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from quirks";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Quirks and Oddities</h2>
<br>
<h5><b>Some of my guilty pleasures – and those things which secretly enjoy but might not admit to openly.</b></h5>
<p>
<?php echo $r['ans1']; ?></p>
<br><br>
<h5><b>Highlight any unique or unusual talents or skills possess by me which not many people know about.</b></h5>
<p>
<?php echo $r['ans2']; ?></p>
<?php
}}
?>
</div>
</div>
</section><!-- End Section -->
<section id="health" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from health";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Health and Wellness</h2>
<br>
<h5><b>A reliable steps toward mental and physical wellness, With daily rituals or practices that help me to stay balanced.</b></h5>
<p>
<?php echo $r['ans1']; ?></p>
<br><br>
<h5><b>List of physical challenges or adventures I'd like to undertake, just like skydiving or climbing a mountain..</b></h5>
<p>
<?php echo $r['ans2']; ?>
</p>
<?php
}}
?>
</div>
</div>
</section><!-- End Section -->
<section id="professionalLife" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from professional";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Professional Life</h2>
<br>
<h5><b>Timeline of my professional journey, starting with my first job or career-related experience..</b></h5>
<p>
<b>First Job :</b><?php echo $r['firstjob']; ?><br>
<b>Mid-Career :</b> <?php echo $r['midcareer']; ?><br>
<b>Entrepreneurship :</b> <?php echo $r['entrepreneurship']; ?><br>
<b>Recent Years :</b> <?php echo $r['recentyears']; ?><br>
<b>Present :</b> <?php echo $r['present']; ?>
</p>
<br><br>
<h5><b>List three significant milestones or achievements in my professional life. What did I learn from each of them...</b></h5>
<p>
<?php echo $r['ans2']; ?></p><br><br>
<h5><b>My ideal job or career..and What qualities or aspects of this job helps to achieve my dream.</b></h5>
<p>
<?php echo $r['ans3']; ?> </p>
<?php
}}
?>
</div>
</div>
</section><!-- End Section -->
<section id="Skills and Development" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from skills";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Skills and Development</h2>
<br>
<h5><b>About my top skills and competencies, both hard and soft..and how have these skills evolved over time...</b></h5>
<p>
<b>Hard Skills:</b><br>
<?php echo $r['hardskill']; ?><br>
<br>
<b>Soft Skills:</b><br>
<?php echo $r['softskill']; ?><br>
</p>
<br><br>
<h5><b>My Personal experiences with continued learning and development..that give a chance to pursued further education or certifications.</b></h5>
<p>
<?php echo $r['ans1']; ?>
</p>
<?php
}}
?>
</div>
</div>
</section><!-- End Section -->
<section id="Work-Life Balance" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from work";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Work-Life Balance</h2>
<br>
<h5><b>My own approach to balancing my professional and personal life. The strategies or rituals which i follows.</b></h5>
<p>
<?php echo $r['ans1']; ?> </p>
<br><br>
<h5><b> About Sweet memories and funny moment from my workplace..
</b></h5>
<p>
<?php echo $r['ans2']; ?> </p>
<?php }} ?>
</div>
</div>
</section><!-- End Section -->
<section id="Professional Goals" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from professional_goals";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Professional Goals</h2>
<br>
<h5><b>My personal envision on career in the next five to ten years..And the steps that takes me to achieve these goals..</b></h5>
<p>
<?php echo $r['ans1']; ?>
</p>
<br><br>
<h5><b>Reflect on the mentors or colleagues who have influenced my career. How have these relationships shaped my professional journey?
</b></h5>
<p>
<?php echo $r['ans2']; ?> </p>
</div>
<?php
}}
?>
</div>
</section><!-- End Section -->
<section id="Legacy and Impact" class="resume">
<div class="container">
<?php
include"connection.php";
$qv="select * from legacy";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Legacy and Impact</h2>
<br>
<h5><b>Impact that I want to make in my professional field..and How i want to be remembered by my colleagues and peers..</b></h5>
<p>
<?php echo $r['ans1']; ?></p>
<br><br>
<h5><b>The success story that i am particularly proud of..And it's significant achievement for me..
</b></h5>
<p>
<?php echo $r['ans2']; ?></p>
</p>
<?php
}}
?>
</div>
</div>
</section><!-- End Section -->
</form>
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<?php
include"connection.php";
$qv="select * from cont";
$sqv=mysqli_query($cn,$qv);
if($sqv)
{
// check if any data found or not
$sqv=mysqli_query($cn,$qv);
while($r=mysqli_fetch_array($sqv))
{
?>
<div class="section-title">
<h2>Contact</h2>
<p>
</p>
</div>
<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><?php echo $r['loc']; ?></p>
</div>
<div class="email">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p><?php echo $r['email']; ?></p>
</div>
<div class="phone">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p><?php echo $r['phone']; ?></p>
</div>
<?php echo $r['src']; ?></div>
<?php
}}
?>
</div>
<div class="col-lg-7 mt-5 mt-lg-0 d-flex align-items-stretch">
<form action="" method="post" role="form" class="php-email-form">
<div class="row">
<div class="form-group col-md-6">
<label for="name">Your Name</label>
<input type="text" name="name" class="form-control" id="name" required>
</div>
<div class="form-group col-md-6">
<label for="name">Your Email</label>
<input type="email" class="form-control" name="email" id="email" required>
</div>
</div>
<div class="form-group">
<label for="name">Subject</label>
<input type="text" class="form-control" name="subject" id="subject" required>
</div>
<div class="form-group">
<label for="name">Message</label>
<textarea class="form-control" name="message" rows="10" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<!-- <footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span></span></strong>
</div>
<div class="credits">
All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/ -->
<!-- Designed by <a href="">OOT</a>
</div>
</div>
</footer>End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<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>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>