Skip to content

Commit cec4f77

Browse files
committed
style-one, button
1 parent 05b3171 commit cec4f77

7 files changed

Lines changed: 231 additions & 188 deletions

File tree

CSS/style-one.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,32 @@ a:hover {
132132
background: #b22222;
133133
cursor: pointer;
134134
}
135+
/* audio button
136+
----------todo---------
137+
138+
*/
139+
/*.audio-player-fixed:hover {*/
140+
/* transform: scale(1.05); !* Легкое увеличение при наведении *!*/
141+
/*}*/
142+
143+
/*!* Стили для самого аудио-тега внутри контейнера *!*/
144+
/*.audio-player-fixed audio {*/
145+
/* width: 250px;*/
146+
/* height: 40px;*/
147+
/*}*/
148+
149+
/*!* Адаптивность для маленьких экранов *!*/
150+
/*@media (max-width: 600px) {*/
151+
/* .audio-player-fixed {*/
152+
/* left: 10px;*/
153+
/* right: 10px;*/
154+
/* width: auto; !* Позволяет плееру растягиваться на всю ширину *!*/
155+
/* }*/
156+
157+
/* .audio-player-fixed audio {*/
158+
/* width: 100%;*/
159+
/* }*/
160+
/*}*/
135161

136162
/* ======= Навигационное меню ======= */
137163
.site-nav {

about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<body>
4545

4646
<main class="container my-4">
47+
<a href="#" class="back-to-top">⬆ Back to Top</a>
4748
<h2>About The Project</h2>
4849
<p>Информация о проекте </p>
4950
</main>

history.html

Lines changed: 0 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -13,131 +13,10 @@
1313
<body>
1414
<main class="container">
1515
<a href="#" class="back-to-top">⬆ Back to Top</a>
16-
17-
<!-- <article class="card">-->
18-
<!-- <span class="badge-abs">USSR</span>-->
19-
<!-- <h2>Early Soviet Missions (1960s–1970s)</h2>-->
20-
<!-- <img src="https://upload.wikimedia.org/wikipedia/commons/9/9f/FP2A3620_%2823497688248%29_%28cropped%29.jpg"-->
21-
<!-- alt="Soviet Mars 3 spacecraft model" title="Mars 3 model" class="img-left"/>-->
22-
23-
<!-- <p>-->
24-
<!-- The Soviet Union was the first nation to send missions to Mars. Despite many failures, it achieved several-->
25-
<!-- important milestones:-->
26-
<!-- <strong>Mars 3</strong> was the first spacecraft to make a soft landing on Mars in 1971, although contact-->
27-
<!-- was lost after 14.5 seconds.-->
28-
<!-- </p>-->
29-
<!-- <ul>-->
30-
<!-- <li><strong>Mars 1 (1962)</strong> – First flyby attempt, lost contact en route.</li>-->
31-
<!-- <li><strong>Mars 2 (1971)</strong> – First spacecraft to reach the surface (crash landing).</li>-->
32-
<!-- <li><strong>Mars 3 (1971)</strong> – First soft landing on Mars.</li>-->
33-
<!-- <li><strong>Mars 5 (1973)</strong> – Sent data from orbit.</li>-->
34-
<!-- </ul>-->
35-
36-
<!-- </article>-->
37-
<!-- <article class="card">-->
38-
<!-- <span class="badge-abs">USA</span>-->
39-
<!-- <h2>Mariner 4 – First Close Flyby (1965)</h2>-->
40-
<!-- <p>-->
41-
<!-- NASA's Mariner 4 was the first spacecraft to successfully fly by Mars and send back images of the Martian-->
42-
<!-- surface,-->
43-
<!-- revealing a cold, cratered planet.-->
44-
<!-- </p>-->
45-
<!-- <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Mariner_4_1304_1964novembemariner4.jpg/1920px-Mariner_4_1304_1964novembemariner4.jpg"-->
46-
<!-- alt="Mariner 4 spacecraft" title="Mariner 4"/>-->
47-
<!-- </article>-->
48-
<!-- <article>-->
49-
<!-- <h2>Viking Missions – First Successful Landers (1976)</h2>-->
50-
<!-- <p>-->
51-
<!-- Viking 1 and Viking 2 were NASA's first landers to reach Mars. They returned detailed images and conducted-->
52-
<!-- experiments to search for signs of life.-->
53-
<!-- </p>-->
54-
<!-- <img src="https://d2pn8kiwq2w21t.cloudfront.net/images/missionswebviking_EemH6A1.height-1024.jpg"-->
55-
<!-- alt="Viking 1 on Mars" title="Viking 1 Lander"/>-->
56-
<!-- </article>-->
57-
<!-- <article>-->
58-
<!-- <h2>Modern NASA Rovers</h2>-->
59-
<!-- <p>-->
60-
<!-- Rovers like Spirit, Opportunity, Curiosity, and Perseverance expanded our knowledge of Mars. They explored-->
61-
<!-- terrain, analyzed rocks, and found evidence of ancient water.-->
62-
<!-- </p>-->
63-
<!-- <div class="figure-wrap">-->
64-
<!-- <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Perseverance-Selfie-at-Rochette-Horizontal-V2.gif/960px-Perseverance-Selfie-at-Rochette-Horizontal-V2.gif"-->
65-
<!-- alt="Perseverance Rover" title="NASA Perseverance on Mars"/>-->
66-
<!-- <span class="figure-caption">Modern NASA Rovers</span>-->
67-
<!-- </div>-->
68-
<!-- </article>-->
69-
<!-- <article>-->
70-
<!-- <h2>Mars Mission Timeline</h2>-->
71-
<!-- <table>-->
72-
<!-- <thead>-->
73-
<!-- <tr>-->
74-
<!-- <th>Mission</th>-->
75-
<!-- <th>Year</th>-->
76-
<!-- <th>Agency</th>-->
77-
<!-- <th>Milestone</th>-->
78-
<!-- </tr>-->
79-
<!-- </thead>-->
80-
<!-- <tbody>-->
81-
<!-- <tr>-->
82-
<!-- <td>Mars 1</td>-->
83-
<!-- <td>1962</td>-->
84-
<!-- <td>USSR</td>-->
85-
<!-- <td>First flyby attempt</td>-->
86-
<!-- </tr>-->
87-
<!-- <tr>-->
88-
<!-- <td>Mars 3</td>-->
89-
<!-- <td>1971</td>-->
90-
<!-- <td>USSR</td>-->
91-
<!-- <td>First soft landing</td>-->
92-
<!-- </tr>-->
93-
<!-- <tr>-->
94-
<!-- <td>Mariner 4</td>-->
95-
<!-- <td>1965</td>-->
96-
<!-- <td>NASA</td>-->
97-
<!-- <td>First images from Mars</td>-->
98-
<!-- </tr>-->
99-
<!-- <tr>-->
100-
<!-- <td>Viking 1</td>-->
101-
<!-- <td>1976</td>-->
102-
<!-- <td>NASA</td>-->
103-
<!-- <td>First successful landing</td>-->
104-
<!-- </tr>-->
105-
<!-- <tr>-->
106-
<!-- <td>Spirit & Opportunity</td>-->
107-
<!-- <td>2004</td>-->
108-
<!-- <td>NASA</td>-->
109-
<!-- <td>Long-distance rovers</td>-->
110-
<!-- </tr>-->
111-
<!-- <tr>-->
112-
<!-- <td>Curiosity</td>-->
113-
<!-- <td>2012</td>-->
114-
<!-- <td>NASA</td>-->
115-
<!-- <td>Advanced geological study</td>-->
116-
<!-- </tr>-->
117-
<!-- <tr>-->
118-
<!-- <td>Perseverance</td>-->
119-
<!-- <td>2021</td>-->
120-
<!-- <td>NASA</td>-->
121-
<!-- <td>Sample return preparation</td>-->
122-
<!-- </tr>-->
123-
<!-- </tbody>-->
124-
<!-- </table>-->
125-
<!-- </article>-->
126-
<!-- <article>-->
127-
<!-- <h2>Watch: The Journey to Mars</h2>-->
128-
<!-- <div class="figure-wrap">-->
129-
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/f_sSzn87ljM?si=dNqf-ZqTanwfrBZv"-->
130-
<!-- title="YouTube video player"-->
131-
<!-- allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"-->
132-
<!-- referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>-->
133-
<!-- </div>-->
134-
135-
<!-- </article>-->
13616
</main>
13717
<script src="./js/data.js"></script>
13818
<script src="./js/common.js"></script>
13919
<script src="./js/history.js"></script>
14020
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
141-
14221
</body>
14322
</html>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<title>Home</title>
1212
</head>
1313
<body>
14-
15-
<main class="home-intro"></main>
16-
14+
<main class="home-intro">
15+
<a href="#" class="back-to-top">⬆ Back to Top</a>
16+
</main>
1717
<script src="./js/data.js"></script>
1818
<script src="./js/common.js"></script>
1919
<script src="./js/index.js"></script>

0 commit comments

Comments
 (0)