-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (121 loc) · 4.75 KB
/
index.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html>
<head>
<title>Dec_Ves website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie_edge">
<link rel="stylesheet" href="style.css">
<title>Div Tags</title>
<style>
@keyframes Move1{
0%{
transform: translateX(-1500px);
}
100%{
transform: translateX(0px);
}
}
@keyframes resize1{
0%{
transform: scale(0.2);
}
100%{
transform: scale(1);
}
}
@keyframes resize2{
0%{
transform: scale(1);
}
50%{
transform: scale(0.8);
}
100%{
transform: scale(1);
}
}
@keyframes Move2{
0%{
transform: translateY(1000px);
}
100%{
transform: translateY(0px);
}
}
@keyframes Move3{
0%{
transform: translateY(-500);
}
100%{
transform: translateY(0px);
}
}
@keyframes Gradient{
0%{
background-position: 0% 50%;
}
50%{
background-position: 100% 50%;
}
100%{
background-position: 0% 50%;
}
}
</style>
</head>
<body>
<div class="box1">
<h1>Welcome to the website</h1>
<p> this is a website, is it not?</p>
<p> its nothing much but its honest work</p>
<p class="Git1">my Gitub page</p>
<a href="https://github.com/DecVes" target="_blank">
<button class="Git2">GitHub</button>
</a>
<p class="Git3">my Youtube page</p>
<a href="https://www.youtube.com/@dec_ves2190/featured" target="_blank">
<button class="Git4">Youtube</button>
</a>
</div>
<div class="box2">
<h1>CONTACTS</h1>
<p>you can contact me on the Official unity discord</p>
<p style="margin-bottom: 50px;">which I am active in.</p>
<p>you can also contact me via gmail if needed</p>
<p style="margin-bottom: 50px;">as well.</p>
<p style="margin-bottom: 10px;">Gmail: [email protected]</p>
<p>Official Unity discord: <a href="https://discord.com/invite/unity" target="_blank"> Unity Discord</a></p>
<p>My Discord name: Dec_Ves</p>
</div>
<div class="box3">
<div class="Videos">
<iframe
style="margin-right: -800px; transform: translateY(20px);"
width="560"
height="315"
src="https://www.youtube.com/embed/GSTfBlInM1o?si=bd25MPCNbAUUq7Et"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
</iframe>
<iframe
style="padding-left: 235px; transform: translateY(350px);"
width="560"
height="315"
src="https://www.youtube.com/embed/kTE1-atCR4Y?si=boqBSmUFLtRJrits"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
</iframe>
</div>
<p style="margin-right: 500px; padding-top: 200px; margin-bottom: -250px; transform: translateY(-300px);">follow God, Read 1 Corinthians 6:1-11</p>
<p style="margin-right: 500px;">John 14:6 – Jesus said: “I am the way, </p>
<p style="margin-right: 500px;">the truth, and the life. No one comes to </p>
<p style="margin-right: 500px;">the father except through me.”</p>
<img class="img-Jesusisking" style="margin-top: -300px; margin-right: 1100px; height: 500px;" src="images/jesus is kingg.jpg" alt="Jesus is king">
</div>
</body>
</html>