File: /home/phonixce/public_html/home.php
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="International Journal for Psychology and Social Sciences - A platform for research and scholarly publications.">
<meta name="keywords" content="psychology journal, social sciences research, academic publications, peer-reviewed journal, psychology research">
<title>International Journal for Psychology and Social Sciences</title>
<link rel="stylesheet" href="styles.css"> <!-- Add your CSS file -->
</head>
<body>
<!-- Header Section -->
<header>
<div class="container">
<div class="logo">
<a href="index.html">
<img src="logo.png" alt="Journal Logo">
</a>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="submit.html">Submit a Paper</a></li>
<li><a href="articles.html">Articles</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- Main Content Section -->
<main>
<section class="hero">
<div class="container">
<h1>Welcome to the International Journal for Psychology and Social Sciences</h1>
<p>Publishing high-quality, peer-reviewed research to advance knowledge in psychology, social sciences, and related fields.</p>
</div>
</section>
<section class="about">
<div class="container">
<h2>About the Journal</h2>
<p>The <strong>International Journal for Psychology and Social Sciences</strong> is a scholarly platform dedicated to publishing high-quality research in the field of psychology and social sciences. Our journal aims to provide an open access platform for researchers, practitioners, and students to share innovative ideas and findings in a rapidly evolving field.</p>
</div>
</section>
<section class="submission-guidelines">
<div class="container">
<h2>Submission Guidelines</h2>
<p>We invite authors to submit their research articles, reviews, and case studies. Submissions should adhere to the following guidelines:</p>
<ul>
<li>Articles must be original and not published elsewhere.</li>
<li>Submissions should be in MS Word or LaTeX format.</li>
<li>Follow the journal’s citation and referencing style (APA 7th Edition).</li>
<li>Include an abstract and keywords for each submission.</li>
</ul>
<p>To submit your paper, visit the <a href="submit.html">Submission Page</a>.</p>
</div>
</section>
<section class="latest-articles">
<div class="container">
<h2>Latest Articles</h2>
<ul>
<li><a href="article1.html">Impact of Social Media on Adolescent Behavior by Dr. John Smith</a></li>
<li><a href="article2.html">Exploring Cognitive Behavioral Therapy for Anxiety Disorders by Dr. Jane Doe</a></li>
<li><a href="article3.html">The Role of Community in Mental Health Recovery by Dr. Michael Lee</a></li>
</ul>
</div>
</section>
</main>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="footer-content">
<p>© 2025 International Journal for Psychology and Social Sciences. All rights reserved.</p>
<p>Contact: <a href="mailto:info@journal.com">info@journal.com</a></p>
</div>
</div>
</footer>
<!-- JavaScript files (optional) -->
<script src="scripts.js"></script> <!-- Add your JS file -->
</body>
</html>