-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (127 loc) · 6.42 KB
/
Copy pathindex.html
File metadata and controls
137 lines (127 loc) · 6.42 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>导航页面</title>
<link rel="stylesheet" href="./CSS/navStyle.css">
<link rel="stylesheet" href="./CSS/pageStyle.css">
<link rel="stylesheet" href="./CSS/footerStyle.css">
<link rel="stylesheet" href="./CSS/homePage.css">
<link rel="stylesheet" href="./CSS/loadingAnimation.css">
</head>
<body>
<!-- 加载动画 -->
<div class="loading-overlay" id="loadingOverlay">
<div class="loading-content">
<div class="spinner"></div>
<div class="loading-text"></div>
</div>
</div>
<header class="navbar-home">
<ul class="nav-menu">
<li class="nav-logo">
<img src="./Assets/content/PPEI-logo.png" alt="Logo" class="PPEI-logo">
</li>
<li class="nav-item">
<a href="./index.html" class="nav-link">Home Page</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Project</a>
<ul class="dropdown-menu">
<li class="dropdown-item"><a href="./SpeedMeeting.html">Speed Meeting</a></li>
<li class="dropdown-item"><a href="./Interview.html">Interview</a></li>
<li class="dropdown-item"><a href="./Network.html">Network</a></li>
<li class="dropdown-item"><a href="./TransversalSkills-Self-criticism.html">Transversal Skills & Self-criticism</a></li>
</ul>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Team</a>
<ul class="dropdown-menu">
<li class="dropdown-item"><a href="./TeamMembers.html">Team Members</a></li>
<li class="dropdown-item"><a href="./JobsOfInterests.html">Jobs of Interests</a></li>
</ul>
</li>
<li class="nav-item">
<a href="./About.html" class="nav-link">About</a>
</li>
</ul>
</header>
<section class="Homepage-animation">
<img src="./Assets/content/Evry-HomePage.png" alt="" id="Evry">
<img src="./Assets/content/Evry-Background.jpg" alt="" id="Evry-Background">
<h2 id="text-PPEI">PPEI 2-Team D</h2>
<a href="#Course-Introduction" class="button" id="button">Explore</a>
<!-- <img src="./Assets/content/Siniandinggeqiu.png" alt="四年顶个球" id="Siniandinggeqiu"> -->
</section>
<script>
let Evry = document.getElementById('Evry');
let EvryBackground = document.getElementById('Evry-Background');
let textPPEI = document.getElementById('text-PPEI');
let button = document.getElementById('button');
let Siniandinggeqiu = document.getElementById('Siniandinggeqiu');
window.addEventListener('scroll', function(){
let value = window.scrollY;
Evry.style.top = value * 0.8 + 'px'
Evry.style.right = value * (-0.4) + 'px'
EvryBackground.style.top = value * 0 + 'px'
textPPEI.style.marginRight = value * 4 + 'px'
textPPEI.style.marginTop = value * 0.8 + 'px'
button.style.marginTop = value * 1.6 + 'px'
// Siniandinggeqiu.style.top = value * 1.6 + 'px'
})
</script>
<div class="content">
<h1 class="title1" id="Course-Introduction">Course Introduction</h1>
<hr class="title1-hr-home">
<p class="paragraph-type1">
PPEI stands for <strong>"Personalized Study and Career Program" <em>(Le Projet Personnel d’Etudes et d’Insertion)</em></strong>,
a unique educational initiative offered at <strong>Université Paris-Saclay</strong>.
This program spans three years and focuses on the holistic development of students,
both academically and professionally.
The PPEI helps students cultivate essential skills,
such as eloquence, understanding of business, and project management.
It encourages a combination of technical knowledge and soft skills,
offering educational innovations like online resources,
inverted teaching, and project-based learning.
</p>
<p class="paragraph-type1">
The PPEI supports students in pursuing their individual academic and career goals,
ensuring they receive a personalized education that prepares them for future professional challenges .
<h1 class="title1">Team Introduction</h1>
<hr class="title1-hr-home">
<p class="paragraph-type1">
We are third-year students from the Sino-French Program of Biological Sciences at HUST,
a quartet of lively and interesting individuals coming together to tackle the PPEI course tasks.
Throughout the course, we've delved into jobs of interest, collaboratively interviewed industry professionals,
and gathered valuable insights into various fields.
We look forward to equipping ourselves with this knowledge to better prepare for the career challenges that lie ahead!
</p>
<h1 class="title1">Behind-the-scenes</h1>
<hr class="title1-hr-home">
<p class="paragraph-type1">We tried Apollo Go when we were going to the Biolake:</p>
<div class="video-container">
<video controls width="100%">
<source src="./Assets/videos/ApolloGo-seg1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
<div>
<img src="./Assets/content/gold medal.webp" alt="We Win" class="we-win">
</div>
<div class="back-to-top" id="backToTop">Top</div>
<script src="backToTop.js"></script>
<script src="loadingAnimation.js"></script>
<footer class="footer">
<div class="logo-container">
<img src="./Assets/content/Evry-white.png" alt="Evry Logo" class="evry-logo">
<img src="./Assets/content/HUST-white.png" alt="HUST Logo" class="hust-logo">
</div>
<div>
<hr class="footer-hr">
<p class="footer-text">© 2025 PPEI2-B3-Team_D. All rights reserved.</p>
</div>
</footer>
</body>
</html>