-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
162 lines (143 loc) · 5.49 KB
/
index.html
File metadata and controls
162 lines (143 loc) · 5.49 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet">
<title>Télico Oliveira</title>
<link rel="stylesheet" href="default.css">
<link id="theme-style" rel="stylesheet" href="">
</head>
<body>
<section class="s1">
<div class="main-container">
<div class="greeting-wrapper">
<h1>Olá. Eu me chamo Télico Oliveira</h1>
</div>
<div class="intro-wrapper">
<div class="nav-wrapper">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dots"></div>
<div id="dot-2" class="browser-dots"></div>
<div id="dot-3" class="browser-dots"></div>
</div>
</div>
<div class="left-column">
<img id="profile_pic"src="sambi.jpeg">
<h5 style="text-align: center;line-height: 0;">Personalize Theme</h5>
<div id="theme-options-wrapper">
<div data-mode="light" id="light-mode" class="theme-dot"></div>
<div data-mode="blue" id="blue-mode" class="theme-dot"></div>
<div data-mode="green" id="green-mode" class="theme-dot"></div>
<div data-mode="purple" id="purple-mode" class="theme-dot"></div>
</div>
<p id="settings-note">"Theme settings will be saved for<br> your next visit."</p>
</div>
<div class="right-column">
<div id="preview-shadow" >
<div id="preview">
<div id="corner-tl" class="corner"></div>
<div id="corner-tr" class="corner"></div>
<h3>What I Do</h3>
<p>" I was learning computer language in a past life , Now I enjoy making new projects. "</p>
<div id="corner-br" class="corner"></div>
<div id="corner-bl" class="corner"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="main-container">
<div class="about-wrapper">
<div class="about me">
<h4>More about me</h4>
<p>I build new projects just to tickle my brain and love studing others project also !</p>
<p>While I keep busy in learning courses, I still take interviews in search of a great team & projects that interest me.</p>
</div>
<div>
<h4>COMP. language that I know</h4>
<div id="skills">
<ul>
<li>Python</li>
<li>Django</li>
<li>Sql</li>
</ul>
<ul>
<li>Java</li>
<li>HTML/CSS</li>
</ul>
</div>
</div>
<div class="con">
<p><h7>you want to know more about<br>my projects then contact me</h7></p>
<h6>E-mail-sambit.raj2001@gmail.com</h6>
</div>
<div class="social-links">
</div>
</div>
</div>
</section>
<section class="s1">
<div class="main-container">
<h3 style="text-align: center;">Some of my past projects</h3>
<div class="post-wrapper">
<div>
<div class="post">
<img class="thumbnail" src= "project-2.jpeg">
<div class="post-preview">
<h6 class="post-title">GUI-LOGINPAGE</h6>
<p class="post-intro">In this project you can see the interfernce of the login page </p>
<a href="main.pdf">Read More</a>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src= "project-3.jpeg">
<div class="post-preview">
<h6 class="post-title">GUI-LOGINPAGE 2</h6>
<p class="post-intro">In this login page you can see the interfernce with saving your login data</p>
<a href="main2.pdf">Read More</a>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src= "project-4.jpeg">
<div class="post-preview">
<h6 class="post-title">PORTFOLIO-WEBSITE</h6>
<p class="post-intro">This is your personalize website where you can save your project</p>
<a href="#">this project is pvt</a>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src= "project-5.jpeg">
<div class="post-preview">
<h6 class="post-title">TO-DO LIST</h6>
<p class="post-intro">This is a to-do list which remind your task</p>
<a href="TODO.pdf">Read More</a>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src= "project-6.jpeg">
<div class="post-preview">
<h6 class="post-title">COLLEGE-NEEDER</h6>
<p class="post-intro">This is a website where all the students can have they are notes etc in one website</p>
<a href="https://collegeneeder.000webhostapp.com/">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="script.js"></script>
</body>
</html>