<?php include("includes/db_config.php"); ?>
<!DOCTYPE html>
<html lang="en"><head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Telangana Journalist Reporter Association</title>
    <?php include("includes/css.php");?>
    <link rel="canonical" href="https://www.tjra.in/" />
    <meta property="og:locale" content="en_Us" />
    <meta property="og:type" content="website" />
    <meta property="og:title" content="Telangana Journalist Reporter Association" />
    <meta property="og:description" content="Telangana Journalist Reporter Association provides " />
    <meta property="og:url" content="https://www.tjra.in//" />
    <meta property="og:site_name" content="Telangana Journalist Reporter Association" />
    <meta charset="utf-8">
    <meta name="keywords" content="" />
    <meta name="author" content="Telangana Journalist Reporter Association">
    <meta name="description" content="" />
	<style>.about-two {
  position: relative;
  padding: 60px 0px 40px 0px;
  overflow: hidden;
		}</style>
</head>

<body class="custom-cursor">
    <div class="custom-cursor__cursor"></div>
    <div class="custom-cursor__cursor-two"></div>

    <div class="page-wrapper">
        <?php include("includes/header.php");?>
        <?php include("includes/slider.php");?>

        <section class="about-two">
             <div class="container">
                <div class="row">
                    <div class="col-lg-6">
                        <div class="wow fadeInLeft animated" data-wow-delay="100ms" style="visibility: visible; animation-delay: 100ms; animation-name: fadeInLeft;">
                            <img src="assets/images/about.jpg" alt="" class="img-fluid" style="border-radius:10px;border:2px solid #ccc">
                           
                        </div>
                    </div>
                    <div class="col-lg-6 wow fadeInRight animated" data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms; animation-name: fadeInRight;">
                        <div class="about-two__content">
                            <div class="sec-title text-left">

                                <h6 class="sec-title__tagline bw-split-in-right" style="perspective: 400px;"><span class="sec-title__tagline__border"></span>
                                    <div style="position:relative;display:inline-block;">
                                        <div style="position: relative; display: inline-block; transform: translate(0px); opacity: 1;">W</div>
                                        <div style="position: relative; display: inline-block; transform: translate(0px); opacity: 1;">E</div>
                                        <div style="position: relative; display: inline-block; transform: translate(0px); opacity: 1;">L</div>
                                        <div style="position: relative; display: inline-block; transform: translate(0px); opacity: 1;">C</div>
                                        <div style="position: relative; display: inline-block; transform: translate(0px); opacity: 1;">O</div>
                                        <div style="position: relative; display: inline-block; transform: translate(0px); opacity: 1;">M</div>
                                        <div style="position: relative; display: inline-block; transform: translate(0px); opacity: 1;">E</div>
                                    </div>
                                    <div style="position:relative;display:inline-block;">
                                        <div style="position: relative; display: inline-block; transform: translate(0px); opacity: 1;">T</div>
                                        <div style="position: relative; display: inline-block; transform: translate(0px); opacity: 1;">O</div>
                                    </div>
                                </h6>
                                <h3 class="sec-title__title bw-split-in-left">The Rights of Journalists and the Telangana Journalists and Reporters Association</h3>
                            </div>
                            <p class="about-three__content__text text-justify">
                               Journalists play a crucial role in upholding democracy by informing the public, scrutinizing power, and giving voice to the voiceless. Their work ensures transparency and accountability in governance. However, the rights of journalists are often under threat, making it essential to understand these rights and the organizations that protect and advocate for them.
                            </p>   
 							<a href="about-us.php" class="careox-btn"><span>Read More</span></a>
                        </div>
                    </div>
                </div>
            </div>
     </section>
 
    <?php include("includes/team.php");?>

    <section class="video-three">
        <div class="video-three__bg jarallax" data-jarallax data-speed="0.3" data-imgPosition="50% -100%" style="background-image: url(assets/images/backgrounds/video-bg-3-1.jpg);"></div>
        <div class="video-three__shape" style="background-image: url(assets/images/shapes/video-shape-3.png);"></div>
        <div class="video-three__overlay"></div>
        <div class="container">
            <a href="https://www.youtube.com/watch?v=h9MbznbxlLc" class="video-popup">
                <i class="icon-play-button"></i>
                <i class="ripple"></i>
            </a>
            <h2 class="video-three__title">We Help all journalist Services</h2>
            
            <a href="about-us.php" class="careox-btn"><span>Read More</span></a>
        </div>
    </section><!-- /.video-three -->

    <section class="blog-two blog-two--home-three">
        <div class="container">
            <div class="row">
                <div class="col-md-8">
                    <div class="sec-title text-left">
                        <h6 class="sec-title__tagline bw-split-in-right"><span class="sec-title__tagline__border"></span>News & articles</h6>
                        <h3 class="sec-title__title bw-split-in-left">We Articles From Blog News and Story</h3>
                    </div>
                </div>
                <div class="col-md-4 text-end">
                    <a href="blog.php" class="careox-btn"><span>See All Blog</span></a>
                </div>
            </div>
            <div class="blog-one__carousel careox-owl__carousel careox-owl__carousel--with-shadow careox-owl__carousel--basic-nav owl-carousel" data-owl-options='{
			"items": 1,
			"margin": 30,
			"loop": false,
			"smartSpeed": 700,
			"nav": false,
			"navText": ["<span class=\"fa fa-angle-left\"></span>","<span class=\"fa fa-angle-right\"></span>"],
			"dots": true,
			"autoplay": false,
			"responsive": {
				"0": {
					"items": 1
				},
				"768": {
					"items": 3
				}
			}
			}'>
             <?php $sql2="select * from blog";
                    $exe2=mysqli_query($conn,$sql2);
                    while($res=mysqli_fetch_array($exe2)) { 
                    $blog_url=$res['blog_title']; 
                    $blog_name = strtolower(str_replace(" ", "-", $blog_url)); ?>
                <div class="item">
                    <div class="blog-card wow fadeInUp" data-wow-duration='1500ms' data-wow-delay='00ms' style='--accent-color: #ffa415;'>
                        <div class="blog-card__image">
                            <img src="https://tjra.in/admin-jurep/images/blog/<?php echo $res['blog_image']; ?>" alt="#">
                            <img src="https://tjra.in/admin-jurep/images/blog/<?php echo $res['blog_image']; ?>" alt="#">
                            <a href="https://tjra.in/blog/<?= "$blog_name"; ?>" class="blog-card__image__link"><span class="sr-only"><?= $res['blog_title']; ?></span>
                            </a>
                            <div class="blog-card__date"><i class="icofont-ui-calendar"></i><?php $date=$res['blog_date'];
                                    $newDate = date("d M Y", strtotime($date));
                                    echo $newDate; ?></div><!-- /.blog-card__date -->
                        </div>
                        <div class="blog-card__content">
                            <h3 class="blog-card__title"><a href="https://tjra.in/blog/<?= "$blog_name"; ?>"><?= $res['blog_title']; ?></a></h3>
                            <p class="blog-card__text">
                                <?php $string = html_entity_decode($res['blod_desp']); 
                                                echo substr($string, 0, 200); ?>...<a href="https://tjra.in/blog/<?= "$blog_name"; ?>">
                                    <span class=""><span class="icofont-double-right"></span>Read More</span>
                                </a>
                            </p>
                        </div>
                    </div>
                </div>
            <?php } ?>
               
            </div>
        </div>
    </section>
    <section class="why-choose-one">
        <div class="why-choose-one__bg jarallax" data-jarallax data-speed="0.3" data-imgPosition="50% -100%" style="background-image: url(assets/images/backgrounds/why-choose-one-1.jpg);"></div>
        <div class="why-choose-one__shape" style="background-image: url(assets/images/shapes/why-choose-one-shape.png);"></div>
        <div class="container-fluid">
            <div class="row">
                <div class="col-lg-12 col-xl-12">
                    <div class="sec-title text-left">
                        <h6 class="sec-title__tagline bw-split-in-right"><span class="sec-title__tagline__border"></span>WHY CHOOSE US</h6>
                    </div>
                </div>

                <div class="col-lg-12 col-xl-12">
                    <div class="row">
                        <div class="col-md-4">
                            <div class="why-choose-one__box" style="--accent-color: #8139e7;" data-wow-delay="00ms">
                                <div class="why-choose-one__box__icon"><span class="icon-generous"></span></div>
                                <h3 class="why-choose-one__box__title">Professional Development</h3>
                                <ul class="why-choose-one__box__list">
                                    <li>
                                         TJRA frequently organizes workshops, seminars, and training programs to enhance the skills and knowledge of its members. These programs cover a wide range of topics, including investigative journalism, digital media, ethics, and more.
                                    </li>
                                </ul>
                            </div>
                        </div>
                        <div class="col-md-4">
                            <div class="why-choose-one__box" style="--accent-color: #8139e7;" data-wow-delay="100ms">
                                <div class="why-choose-one__box__icon"><span class="icon-charity-two"></span></div>
                                <h3 class="why-choose-one__box__title">Networking Opportunities</h3>
                                <ul class="why-choose-one__box__list">
                                    <li>
                                         TJRA provides a platform for members to connect with other journalists, editors, and media professionals. This networking can lead to collaborations, job opportunities, and the exchange of ideas.
                                    </li>
                                </ul>
                            </div>
                        </div>
                        <div class="col-md-4">
                            <div class="why-choose-one__box" style="--accent-color: #8139e7;" data-wow-delay="200ms">
                                <div class="why-choose-one__box__icon"><span class="icon-interactions"></span></div>
                                <h3 class="why-choose-one__box__title">Community and Support</h3>
                                <ul class="why-choose-one__box__list">
                                    <li>
                                         Membership in TJRA means being part of a community that understands the unique challenges and rewards of a career in journalism. Members can share experiences, offer advice, and support each other.
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <?php include("includes/newsletter.php");?>
            <?php include("includes/footer.php");?>
    <?php include("includes/js.php");?>
</body>

</html>