-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
108 lines (101 loc) · 9.39 KB
/
about.html
File metadata and controls
108 lines (101 loc) · 9.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JourneyMate - About Us</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="layout.css">
</head>
<body>
<!-- Navbar -->
<nav class="navbar">
<div class="navbar-logo">JourneyMate</div>
<ul class="navbar-links">
<li><a href="#">Home</a></li>
<li><a href="#">Trips</a></li>
<li><a href="#">Contact</a></li>
<li class="dropdown">
<a href="#" id="aboutUsLink" class="about-dropdown">About Us</a>
<div class="dropdown-content">
<a href="#who-we-are">Who We Are</a>
<a href="#our-purpose">Our Purpose</a>
<a href="https://github.com/TejasSathe010/JourneyMate---Travel-Planner" target="_blank">Our Project</a>
<a href="#data-model">Data Model and Git</a>
</div>
</li>
</ul>
<div class="navbar-toggle">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
<!-- Who We Are Section -->
<section id="who-we-are">
<h2>Who We Are</h2>
<img src="https://rb.gy/b9g6iz" alt="Friends discussing over pizza" class="section-img">
<p>It’s said that all good ideas are born over pizza. JourneyMate was no exception, brought to life on one of our many pizza nights filled with discussions and dreams. The four of us, driven by both a love for travel and a passion for tech, envisioned a way to simplify the planning process for travelers everywhere. So, with slices in hand and ideas flowing, JourneyMate was born—a one-stop travel planner designed to ease your itinerary hassles.</p>
<p>We know that travel is more than just reaching a destination; it's about creating experiences, finding peace of mind, and enjoying every moment of the journey. With JourneyMate, gone are the days of setting up endless reminders or scribbling plans in diaries. Our tool seamlessly integrates all your travel needs, from tracking expenses to building custom itineraries, so that you can focus on making memories.</p>
<p>At JourneyMate, our mission is to make travel planning accessible and enjoyable for everyone. We’re not just here to be a tool; we’re here to be your travel companion. Whether you’re setting off on an adventure across continents or simply exploring nearby, JourneyMate will guide you, offering the convenience and peace of mind that every traveler deserves. Let JourneyMate handle the logistics, while you relax and look forward to new horizons.</p>
<!-- Meet Our Team Section -->
<div class="meet-our-team">
<h3>Meet Our Team</h3>
<div class="team-member-container">
<!-- Team Member 1 -->
<div class="team-member">
<img src="https://i.postimg.cc/dthqLZDw/Member1.png" alt="Team Member 1 Photo" class="team-photo">
<h4>Dinh Tho Tran</h4>
<p>I am an enthusiastic, experienced analyst with a solid foundation in programming and a passion for bridging analysis with development. In the short term, my goal is to strengthen my programming skills, building on my analytical expertise to tackle more complex and technical projects. My long-term ambition is to immerse myself in research, applying a blend of analytical and development skills to contribute meaningfully to innovative solutions.</p>
<p>Driven by the opportunity to merge data analysis with development, I aim to make insights actionable and impactful. I am particularly motivated by the chance to integrate my analytical strengths with technical skills, transforming data into real-world applications that benefit users and stakeholders alike.</p>
<p>Currently, in a project with my team, I am building an MVC application practically for the first time. The experience has been exciting, especially as I navigate the challenges of CSS and HTML syntax. My contributions focus on the Trip Details and Charts components, which has fueled my eagerness to deepen my knowledge in web technologies and further enhance my skills in this field.</p>
</div>
<div class="team-member">
<img src="https://i.postimg.cc/Dz5G7pxx/Member2.png" alt="Team Member 2 Photo" class="team-photo">
<h4>Yesha Desai</h4>
<p>I am passionate about pursuing a career as a data analyst, committed to transforming analysis into impactful solutions. With a focus on leveraging data to solve complex business challenges, I excel at uncovering trends, optimizing processes, and supporting data-driven strategies.</p>
<p>In this project, I have worked extensively with HTML, CSS, and MVC architecture to build a functional and user-friendly website. My primary contribution has been developing the "Planned Trips" component, which presents users with a list view of their saved trips, allowing them to easily track trip counts and details.</p>
<p>This project has been a valuable learning experience, enhancing my technical skills as I bridge analysis with development to create actionable insights for strategic decision-making.</p>
</div>
<div class="team-member">
<img src="https://i.postimg.cc/fbvPDZ41/Member3.png" alt="Team Member 3 Photo" class="team-photo">
<h4>Shubham Sanjay Choudhari</h4>
<p>If unstructured dataset is a haystack and finding insights a needle, I am your guy.</p>
<p>In this project I was responsible for creating the about us page creating story for our journey as well as the tech elements of our page using html,css and js. </p>
</div>
<div class="team-member">
<img src="https://i.postimg.cc/zB73Cysp/Member4.png" alt="Team Member 4 Photo" class="team-photo">
<h4>Tejas Sathe</h4>
<p>I enjoy developing websites using various programming languages like C#, Node.js, and Go, as well as different frameworks such as Angular, React, and Express. I am passionate about learning new technologies and constantly expanding my skill set. In my free time, I love playing and watching soccer.</p>
<p>I spearheaded the project, working on both the home and create trip pages. I also developed the strategy for building the MVC application, including the design of models, views, and controllers.</p>
<p>Additionally, I was responsible for setting up the database and handling migrations. I reviewed all changes to ensure proper management before pushing them to the repository.</p>
</div>
</div>
</div>
</section>
<!-- Our Purpose Section -->
<section id="our-purpose">
<h2>Our Purpose</h2>
<img src="https://rb.gy/c651z2" alt="Group relaxing on vacation" class="section-img">
<p>At JourneyMate, we believe that travel should be about the journey and the destination, not the hassle of planning. Our purpose is simple: to make travel planning stress-free, enjoyable, and accessible for everyone. We aim to transform how people prepare for and experience travel by offering an easy-to-use platform that takes care of every step, from building itineraries to tracking expenses.</p>
<p>In a world where time is precious, our goal is to free up more of it for what really matters—adventure, relaxation, and creating unforgettable memories. JourneyMate is designed with the traveler in mind, integrating smart tools that adapt to your needs, whether you’re on a weekend getaway or a long-haul adventure.</p>
<p>We are here to empower travelers with a reliable, seamless way to organize their trips, offering not just a tool but a supportive travel companion. Our mission is to turn your travel dreams into well-organized plans and, ultimately, remarkable experiences.</p>
</section>
<!-- Data Model Section -->
<section id="data-model">
<h4>Data Model</h4>
<img src="https://i.postimg.cc/13N5YVZJ/Data-Model.png" alt="Data Model" class="section-img">
<p>The Data Model for JourneyMate underpins our application’s functionality, handling data storage, retrieval, and analysis to support itinerary creation, expense tracking, and personalized recommendations for users.</p>
<h4>Code commits</h4>
<h4>Dinh Commit</h4>
<img src="https://i.postimg.cc/W3S2JMMb/Member1-commit.png" alt="Git Commit Screenshot 1" class="git-commit">
<h4>Yesha Commit</h4>
<img src="https://i.postimg.cc/PrzY6qmG/Member2-commit.png" alt="Git Commit Screenshot 2" class="git-commit">
<h4>Shubham Commit</h4>
<img src="https://i.postimg.cc/NFGBBbPk/Member3-commit.png" alt="Git Commit Screenshot 3" class="git-commit">
<h4>Tejas Commit</h4>
<img src="https://i.postimg.cc/nrLr0HZx/Member4-commit.png" alt="Git Commit Screenshot 4" class="git-commit">
</section>
<script src="script.js"></script>
</body>
</html>