generated from aron-net/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
121 lines (121 loc) · 5.83 KB
/
About.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="./Aout.css">
<link rel="stylesheet" href="./style.css">
<script src="./script.js" defer></script>
<title>Conference for Pair programming</title>
</head>
<body>
<div class="logo-top">
<ul class="logo-list">
<li><i class="fa fa-facebook"></i></li>
<li><i class="fa fa-twitter"></i></li>
<li><a class="top-list" href="#" >English</a></li>
<li><a class="top-list" href="#">My Page</a></li>
<li><a class="top-list" href="#">Logout</a></li>
</ul>
</div>
<header id="header">
<nav class="navigation">
<ul data-visible="false" class="item-navigation">
<li class="item-logo">
<img class="logo-nav" src="./Image/background-image/cc-global.png" alt="cc-log" >
<span class="logo-text">CC 2022 <br> Pair Programming</span>
<span class="material-symbols-outlined close-menu">close</span>
</li>
<li class="link-navigation">
<a class="link-nav" href="./index.html">Home</a>
<a class="link-nav" href="./About.html">About</a>
<a class="link-nav" href="#see">Pair</a>
<a class="link-nav" href="#testmonial">Testimonial</a>
</li>
</ul>
<div class="hamburger-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<main class="container-about ">
<div class="header-container-about">
<h1 class="header-text-about">CREATIVE COMMONS PAIR PROGRAMMING 2022</h1>
<h2 class="support-text about-text">"Hello! Sharing world"</h2>
</div>
<div class="text-container">
<p class="about-text-content">The Pair Programming brings together the community of
experts, academics, and activists who comprise the Creative commons affiliate
network in a different country every two years. This year, we hope to expand our
invitation list including organizations and individuals.
</p>
<p class="contact-us">Please contact us per Email for any further questions about CC Global Pair Programming 2022!</p>
<p class="contact-email">[email protected]</p>
</div>
</main>
<section class="main-about">
<h2 id="testmonial" class="main-testimonial">Testimonial</h2>
<h5 class="main-text">“I believe that the best programs and designs are done by pairs,
because you can criticise each other, and find each other's errors, and use the best ideas,”
<span class="text-parg">Jean Bartik</span>
</h5>
<div class="logo-img">
<ul class="logo-mirror">
<li class="image">
<img class="cc-global" src="./Image/background-image/cc-global.png" alt="cc-global">
<h2 class="cc-header">CC Global
<span class="cc-text">Pair Programming 2022</span>
<span class="cc-date">23th ~ 24th July 2022/Silicon Valley</span>
</h2>
</li>
</ul>
</div>
<div id="see" class="see-past">
<h2 class="past-header">See the past CC Pair Programming</h2>
<hr class="line-1">
<p class="past-text">Take a look at the last two CC Pair Programming which took place in Buenos Aires remotely and in Warsaw</p>
<div class="past-image-container">
<div class="past-image">
<div class="past-image-mirror">
<h2 class="header-image">2020</h2>
<p class="text-image">During a Pandemic</p>
</div>
</div>
<div class="past-image-2">
<div class="past-image-mirror">
<h2 class="header-image">2021</h2>
<p class="text-image">Pair programming in Warsaw</p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="partner">
<h2 class="partner-header">Partner</h2>
<hr class="line-1">
<div class="partner-image">
<img class="mozilla" src="./Image/Partner/mozilla.png" alt="mozilla-logo">
<img class="google" src="./Image/Partner/google-logo.png" alt="google-logo">
<img class="microverse" src="./Image/Partner/5e30ae0c4081806a8f50a7df_horizontal-logo-white.png" alt="Microverse-logo">
<img class="spotify" src="./Image/Partner/Spotify_Logo_CMYK_Green.png" alt="spotify-log">
<img class="lumen" src="./Image/Partner/lumen.png" alt="lumen-logo">
</div>
</div>
<div class="footer-logo">
<div class="logo-icon">
<img class="cc-icon" src="./Image/image/creative-commons-icon-260nw-1030401787.webp" alt="cc-icon">
<h2>creative <br> commons</h2>
</div>
<div class="right-reserved">
<p>2022 Creative Commons <br> Silicon Valley Some Right Reserved.</p>
</div>
</div>
</footer>
</body>
</html>