-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
55 lines (55 loc) · 4.21 KB
/
team.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="wrapper">
<div class="neon-wrapper">
<span class="txt">DogeSmirkers</span>
<span class="gradient"></span>
<span class="dodge"></span>
</div>
</div>
<div class="wrapper2">
<div class="neon-wrapper2">
<span class="txt2">Welcome to DogeSmirkers</span>
<span class="gradient2"></span>
<span class="dodge2"></span>
</div>
</div>
<br></br>
<a href="https://github.com/yelu2021" target="_blank"><img src="img/doge.gif" style=" border:2px solid #fff; box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; border-radius:25px;"></a>
<br></br>
<div class="navbar">
<a href="index.html">Home</a>
<a href="about.html">About Us</a>
<a href="team.html">Our Team</a>
<a href="promotions.html">Promotions</a>
</div>
<div class="team">
<div class="card"><i></i>
<br>
<h1 style="font-weight: bold; font-variant: small-caps; background: darkgoldenrod;"> Welcome to our team! </h1>
<br>
<h2 style="text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; color: yellow; font-size: 45px;">Meet our members</h2>
<br>
<marquee direction="right" scrollamount="5" height="40" width="100%" style="font-size: 30px; background: yellow; width: 200px; margin-left: 20px; border-radius: 20px; font-variant: small-caps; box-shadow: 0 0 3px black;">Zen1</marquee>
<a href="/zen1/zen1.html" target="_blank"><img src="img/zen1.JPEG" style=" border:2px solid #fff; box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; border-radius:25px;"></a>
<br></br>
<marquee direction="right" scrollamount="5" height="40" width="100%" style="font-size: 30px; background: yellow; width: 200px; margin-left: 20px; border-radius: 20px; font-variant: small-caps; box-shadow: 0 0 3px black;">Zen2</marquee>
<a href="/zen2/zen2.html" target="_blank"><img src="img/zen2.JPEG" style=" border:2px solid #fff; box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; border-radius:25px;"></a>
<br></br>
<marquee direction="right" scrollamount="5" height="40" width="100%" style="font-size: 30px; background: yellow; width: 200px; margin-left: 20px; border-radius: 20px; font-variant: small-caps; box-shadow: 0 0 3px black;">Zen3</marquee>
<a href="/zen3/zen3.html" target="_blank"><img src="img/zen3.JPEG" style=" border:2px solid #fff; box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; border-radius:25px;"></a>
<br></br>
<marquee direction="right" scrollamount="5" height="40" width="100%" style="font-size: 30px; background: yellow; width: 200px; margin-left: 20px; border-radius: 20px; font-variant: small-caps; box-shadow: 0 0 3px black;">Zen4</marquee>
<a href="/zen4/zen4.html" target="_blank"><img src="img/zen4.JPEG" style=" border:2px solid #fff; box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; border-radius:25px;"></a>
<br></br>
<marquee direction="right" scrollamount="5" height="40" width="100%" style="font-size: 30px; background: yellow; width: 200px; margin-left: 20px; border-radius: 20px; font-variant: small-caps; box-shadow: 0 0 3px black;">Zen5</marquee>
<a href="/zen5/zen5.html" target="_blank"><img src="img/zen5.JPEG" style=" border:2px solid #fff; box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; border-radius:25px;"></a>
</div>
</div>
</body>
</html>