Hayek Business Review: Applied Research and Dispersed Knowledge for Innovation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hayek Business Review</title>
<style>
/* Base Styles & Reset */
* {
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f9f9f9;
margin: 0;
padding: 20px;
}
/* Main Container */
.hbr-container {
max-width: 1200px;
margin: 0 auto;
background-color: #ffffff;
padding: 40px;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
/* Title */
.hbr-title {
font-size: 28px;
color: #1a1a1a;
margin-top: 0;
margin-bottom: 30px;
border-bottom: 2px solid #eee;
padding-bottom: 15px;
}
/* Layout Wrapper */
.hbr-layout {
display: flex;
gap: 40px;
align-items: flex-start;
}
/* Image Column */
.hbr-image-col {
flex: 1;
max-width: 500px;
}
.hbr-image-col img {
width: 100%;
height: auto;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
/* Text Column */
.hbr-text-col {
flex: 2;
}
.hbr-text-col h3 {
font-size: 18px;
color: #2c2c2c;
margin-top: 25px;
margin-bottom: 10px;
}
.hbr-text-col h3:first-child {
margin-top: 0;
}
.hbr-text-col p {
margin-bottom: 15px;
font-size: 15px;
}
.hbr-text-col ul {
margin-top: 5px;
margin-bottom: 20px;
padding-left: 20px;
}
.hbr-text-col li {
margin-bottom: 5px;
font-size: 15px;
}
/* Meta Information Formatting */
.hbr-meta-grid {
display: grid;
grid-template-columns: auto 1fr;
gap: x 15px;
margin: 20px 0;
background: #f4f6f8;
padding: 15px;
border-radius: 6px;
}
.hbr-meta-grid strong {
color: #2c2c2c;
}
.hbr-meta-grid span {
margin-bottom: 8px;
}
/* Button Styles for the provided snippet */
.text-align-center {
text-align: center;
margin-top: 30px !important;
}
.btn-primary.btn {
background-color: #5c4b99; /* Matching the purple from the image */
color: #ffffff !important;
text-decoration: none;
padding: 12px 24px;
display: inline-block;
font-family: inherit;
font-weight: 600;
border-radius: 4px;
transition: background-color 0.2s ease;
}
.btn-primary.btn:hover {
background-color: #4a3c7a;
}
/* Responsive Design */
@media (max-width: 850px) {
.hbr-layout {
flex-direction: column;
}
.hbr-image-col {
max-width: 100%;
}
.hbr-meta-grid {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<div class="hbr-container">
<h1 class="hbr-title">Hayek Business Review: Applied Research and Dispersed Knowledge for Innovation</h1>
<div class="hbr-layout">
<!-- Image Section -->
<div class="hbr-image-col">
<!-- Replace 'image-url.jpg' with your actual image path -->
<img src="image-url.jpg" alt="Hayek Business Review Abstract Cover">
</div>
<!-- Content Section -->
<div class="hbr-text-col">
<h3>Mission</h3>
<p>The Hayek Business Review is an open-access publication dedicated to advancing knowledge in business, entrepreneurship, innovation, leadership, and organizational development. The journal emphasizes applied science and evidence-based practice, seeking to bridge the gap between academic research and real-world business challenges.</p>
<h3>Aim and Scope</h3>
<p>The Hayek Business Review publishes original research, case studies, literature reviews, practitioner insights, and educational innovations that contribute to the understanding and improvement of business practice.</p>
<p>Areas of interest include, but are not limited to:</p>
<ul>
<li>Entrepreneurship and new venture creation</li>
<li>Innovation and technology management</li>
<li>Leadership and organizational behavior</li>
<li>Strategic management</li>
<li>Marketing and consumer behavior</li>
<li>Human resource management</li>
<li>International business</li>
<li>Family business</li>
<li>Business education</li>
<li>Sustainability and social impact</li>
<li>Applied economics and public policy</li>
<li>Data analytics and decision-making</li>
</ul>
<p>The journal particularly welcomes contributions that demonstrate practical applications, organizational impact, multidisciplinary and cross-cultural approaches to business research.</p>
<div class="hbr-meta-grid">
<strong>Publisher:</strong> <span>Hayek Global College</span>
<strong>Publication Frequency:</strong> <span>Biannual</span>
<strong>Language:</strong> <span>English</span>
<strong>Access Model:</strong> <span>Open Access</span>
<strong>Peer Review:</strong> <span>Double-blind peer review</span>
</div>
<h3>Article Types:</h3>
<ul>
<li>Research Articles</li>
<li>Applied Research Reports</li>
<li>Case Studies</li>
<li>Literature Reviews</li>
<li>Practitioner Perspectives</li>
<li>Educational Innovations</li>
<li>Book Reviews</li>
</ul>
<!-- Your Inserted Button Snippet -->
<p class="text-align-center" style="direction:ltr;line-height:normal;margin-bottom:0pt;margin-left:0in;margin-top:10pt;text-indent:0in;unicode-bidi:embed;word-break:normal;">
<span> </span><a class="btn-primary btn" style="font-size:24px;" href="https://form.typeform.com/to/zyMhhfF5"><span>SUBMISSION GUIDELINES</span></a><span> </span>
</p>
</div>
</div>
</div>
</body>
</html>