Skip to content

Commit

Permalink
updated app logo and name
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshdev098 committed Jan 28, 2025
1 parent 3f0ecdb commit f13f0fe
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 96 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ FROM node
WORKDIR /app

COPY package.json package.json
COPY package-lock.json package-lock.json

RUN npm install


COPY . ./

WORKDIR /app/login-system/
Expand Down
2 changes: 1 addition & 1 deletion public/affiliate_program.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>Ready to Join?</h2>
</section>

<footer class="footer">
<p>&copy; 2024 Research Nexas | <a href="/privacy_policy.html" alt="Privacy policy"
<p>&copy; 2024 Unify | <a href="/privacy_policy.html" alt="Privacy policy"
style="color:white; text-decoration: none;">Privacy
Policy</a> | Terms & Conditions</p>
</footer>
Expand Down
6 changes: 3 additions & 3 deletions public/contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Research Nexas</title>
<title>Unify</title>
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/css/contributor.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
Expand Down Expand Up @@ -37,7 +37,7 @@
<!-- Hero Section -->
<section class="contributor-hero">
<div class="contributor-hero-content">
<h1>Welcome to Research Nexas</h1>
<h1>Welcome to Unify</h1>
<p>Empowering writers, one commit at a time</p>
<button class="contributor-btn contributor-btn-primary" onclick="scrollToContribute()">Become a
Contributor</button>
Expand Down Expand Up @@ -66,7 +66,7 @@ <h2>Meet Our Contributors</h2>
<!-- Call to Action -->
<section id="contribute" class="contributor-cta">
<h2>Ready to Make an Impact?</h2>
<p>Join our community and help shape the future with us at Research Nexas</p>
<p>Join our community and help shape the future with us at Unify</p>
<form id="subscribeForm">
<input type="email" id="emailInput" placeholder="Enter your email" required>
<button type="submit" class="contributor-btn contributor-btn-secondary">Get Started</button>
Expand Down
68 changes: 0 additions & 68 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -378,74 +378,6 @@ header h1 {
text-shadow: 1px 2px 1px #000000;
}

.searchbar {
display: flex;
justify-content: center;
position: relative;
top: 12%;
}

.searchbar input {
padding: 14px;
width: 360px;
border: 2.7px solid #8d8989; /* Light gray border for a softer look */
font-size: 16px;
border-radius: 25px; /* Rounded corners */
outline: none; /* Remove default outline */
transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effects */
}

.searchbar input:focus {
border-color: #d53109; /* Change border color on focus */
box-shadow: 0 0 5px rgba(255, 126, 95, 0.5); /* Soft glow effect on focus */
}

.searchbar input::placeholder {
color: #dbd7d7; /* Placeholder text color */
font-style: italic; /* Italicize placeholder text for distinction */
}

@media (max-width: 300) {
.searchbar input {
width: auto;
border: 2.2px solid black;
}

.searchbar button {
padding: 8px;
font-size: 18px;
}
}

.searchbar button {
padding: 12px 25px; /* Added vertical padding for better appearance */
cursor: pointer;
margin-left: 5px;
background: linear-gradient(
90deg,
#ff7e5f,
#feb47b
); /* Reddish-orange gradient */
border: none; /* Remove default border */
border-radius: 25px; /* Rounded corners */
color: white; /* Text color */
font-size: 16px; /* Consistent font size */
transition: background 0.3s ease, transform 0.3s ease; /* Smooth transition effects */
}

.searchbar button:hover {
background: linear-gradient(
90deg,
#feb47b,
#ff7e5f
); /* Reverse gradient on hover */
transform: scale(1.05); /* Slightly enlarge on hover */
}

.searchbar button:focus {
outline: none; /* Remove default focus outline */
}

/* float animation */

.circles {
Expand Down
2 changes: 1 addition & 1 deletion public/fac_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<img src="images/moon.webp" id="icon">
<div class="container">
<div class="image">
<img src="images/logo1.png" alt="">
<img src="images/logo3.png" alt="">
</div>
<div id="box2">
<p>Sorry! User not found</p>
Expand Down
2 changes: 1 addition & 1 deletion public/faculty.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<header>
<div class="head">
<div class="logo"><a href="/"><img src="images/logo3.png" alt="Logo of Research-Nexas" width="100px"></a></div>
<div id="heading" style="font-size: 34px;color: white;">Research Nexas</div>
<div id="heading" style="font-size: 34px;color: white;">Unify</div>
<div>
<a href="" title="View Profile"><i class="fa-solid fa-user"
style="font-size: 30px;padding: 12px 13px;border:3px solid white;border-radius:50%;color:white"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion public/gitContributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@

<!-- Fixed Navbar -->
<div class="navbar">
<div class="navbar-logo">Research Nexas</div>
<div class="navbar-logo">Unify</div>
<div class="navbar-links">
<a href="./index.html">Home</a>
<a href="https://github.com/Harshdev098/Research-Nexas" target="_blank">GitHub</a>
Expand Down
Binary file removed public/images/logo.webp
Binary file not shown.
Binary file removed public/images/logo1.png
Binary file not shown.
Binary file removed public/images/logo2.png
Binary file not shown.
18 changes: 6 additions & 12 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@

<link rel="apple-touch-icon" sizes="180x180" href="images/Research_Nexas_favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/Research_Nexas_favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/Research_Nexas_favicon_io/favicon-16x16.png">
<link rel="manifest" href="images/Research_Nexas_favicon_io/site.webmanifest">

<title>Research Nexas</title>
<title>Unify</title>
</head>

<body>
Expand Down Expand Up @@ -160,7 +159,7 @@
<div class="heading">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="animate-charcter"> Research Nexas</h1>
<h1 class="animate-charcter"> Unify</h1>
</div>
</div>
</div>
Expand All @@ -169,11 +168,6 @@ <h1 class="animate-charcter"> Research Nexas</h1>
<p>"At the heart of every great solution is a powerful idea"</p>
</div>
</div>
<div class="searchbar">
<input type="text" placeholder="Search this Website">
<button title="Search"><i class="fa-solid fa-magnifying-glass"
style="font-size:20px;color:white"></i></button>
</div>
<div class="air air1"></div>
<div class="air air2"></div>
<div class="air air3"></div>
Expand Down Expand Up @@ -240,7 +234,7 @@ <h2>Register</h2>
<div class="stu_reg">
<i class="fa-sharp fa-solid fa-graduation-cap" style="font-size:80px"></i>
<h3>Student</h3>
<p class="fadein_text">Embark on a personalized academic adventure by registering on Research Nexas.
<p class="fadein_text">Embark on a personalized academic adventure by registering on Unify.
Our student registration process is designed to unlock a world of possibilities tailored
to your academic interests and aspirations. By providing your college details and personal
information, you lay the foundation for a unique experience that aligns seamlessly with your
Expand All @@ -255,7 +249,7 @@ <h3>Student</h3>
<div class="stu_reg">
<i class="fa-sharp fa-solid fa-building-columns" style="font-size:80px"></i>
<h3>Stakeholders</h3>
<p class="fadein_text shift">Welcome to Research Nexas, where stakeholders play a pivotal role in
<p class="fadein_text shift">Welcome to Unify, where stakeholders play a pivotal role in
shaping academic excellence. As a stakeholder, your registration on our platform is the key to
fostering transparency, collaboration, and the highest standards of education. By providing
essential details during the registration process, you are taking a significant step towards
Expand Down Expand Up @@ -297,7 +291,7 @@ <h3>Progress Tracking</h3>
</div>
<div class="tracker">
<h3>AI Research Templates</h3>
<p class="fadein_text">At Research Nexas, we understand that the research process can be intricate, and
<p class="fadein_text">At Unify, we understand that the research process can be intricate, and
that's why we've introduced AI Research Templates to streamline your academic journey. Our templates
are intelligently crafted to simplify the research paper writing process, ensuring adherence to
institute guidelines and evaluation criteria.
Expand Down Expand Up @@ -382,7 +376,7 @@ <h2>Why Join Us</h2>
<div class="join_box">
<div class="join_boxes animated-box1 join_animation1">
<img src="https://img.freepik.com/free-vector/flat-design-join-us-message_23-2148954904.jpg" alt="">
<p>"At Research Nexas", we believe in the power of collaboration to drive innovation. We're
<p>"At Unify", we believe in the power of collaboration to drive innovation. We're
looking for bold thinkers and creators to join us in transforming ideas into real-world
solutions.
When you join us, you become part of a dynamic community that fosters creativity, growth, and
Expand Down
2 changes: 1 addition & 1 deletion public/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<img src="images/moon.webp" id="icon">
<div class="container">
<div class="image">
<img src="images/logo1.png" alt="">
<img src="images/logo3.png" alt="">
</div>
<div id="box2">
<p>Sorry! User not found</p>
Expand Down
4 changes: 2 additions & 2 deletions public/main_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="head">
<div class="logo"><img src="images/logo.webp" alt="" width="160px"></div>
<div id="heading" style="font-size: 34px;color: white;">Research Nexas</div>
<div id="heading" style="font-size: 34px;color: white;">Unify</div>
<div>
<a href="dashboard.html" title="View Profile"><i class="fa-solid fa-user"
style="font-size: 30px;padding: 8px 8px;border:3px solid white;border-radius:50%;color:white"></i></a>
Expand Down Expand Up @@ -93,7 +93,7 @@ <h2 style="padding: 10px;font-size: 44px;color: rgb(202, 60, 60);">Explore Resea
<div class="banner">

<div class="nav">
<img class="logo" src="images/logo.png" alt="">
<img class="logo" src="images/logo3.png" alt="">
<form class="search-bar">
<input type="text" placeholder="Search...">
<button type="submit">Search</button>
Expand Down
2 changes: 1 addition & 1 deletion public/password_reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<img src="images/moon.webp" id="icon">
<div class="container">
<div class="image">
<img src="images/logo1.png" alt="">
<img src="images/logo3.png" alt="">
</div>
<div id="box2">
<p>Invalid Email or Error Occurred! Please Try Again.</p>
Expand Down
2 changes: 1 addition & 1 deletion public/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<img src="images/moon.webp" id="icon">
<div class="container">
<div class="image">
<img src="images/logo1.png" alt="">
<img src="images/logo3.png" alt="">
</div>
<div id="box2">
<p>Please Try Again!! Account Already Exists</p>
Expand Down
2 changes: 1 addition & 1 deletion public/stk_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<img src="images/moon.webp" id="icon">
<div class="container">
<div class="image">
<img src="images/logo1.png" alt="">
<img src="images/logo3.png" alt="">
</div>
<div id="box2">
<p>Sorry! User not found</p>
Expand Down
2 changes: 1 addition & 1 deletion public/stk_signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</div>
<div class="container">
<div class="image">
<img src="images/logo1.png" alt="">
<img src="images/logo3.png" alt="">
</div>
<div class="form">
<form>
Expand Down
2 changes: 1 addition & 1 deletion views/fac_signup.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<body>
<div class="container">
<div class="image">
<img src="images/logo.png" alt="">
<img src="images/logo3.png" alt="">
</div>
<div id="box2">
<p>Please Try Again! Account Already Exists</p>
Expand Down

0 comments on commit f13f0fe

Please sign in to comment.