-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoals.html
75 lines (63 loc) · 3.76 KB
/
goals.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CLICKS</title>
<link rel="stylesheet" href="css/blog.css">
<link rel="stylesheet" href="css/project.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://kit.fontawesome.com/96ee3b227d.js" crossorigin="anonymous"></script>
</head>
<body class="goal_body">
<div class="width-divide">
<div class="profile-image">
<a href="index.html">
<img src="images/profile.jpeg" alt="" class="image_project">
</a>
</div>
<header class="logo_top">
<div class="navigator">
<nav class="top">
<h3 class="home"><a href="myproject.html"><i class="fa-solid fa-tv"></i></a></h3>
<h3 class="project"> <a href="goals.html"><i class="fa-solid fa-bullseye"></i></a></h3>
<h3 class="clicks"> <a href="pages/blog.html" rel="_blank"><i class="fa fa-solid fa-chalkboard"></i></a></h3>
<h3 class="none"> <a href="pages/idea.html" rel="_blank"><i class="fa-solid fa-golf-ball-tee"></i></a></h3>
</nav>
</div>
</header>
</div>
<hr class="hr">
<div class="width-divide-2" style="margin: 1rem;">
<p style="font-size: 40px; font-family: poppins; text-transform: uppercase; font-weight: bold;">
Blog
</p>
<hr style="display: flex; flex-direction: row; height: 2px; width: 100%; background-color: blue; margin: 2rem 0rem;">
<div class="centre">
<h1 style="text-align: center; color: rgb(180, 180, 180);">Current GOALS</h1>
<p class="classp">
Hii,(Same as before) My new goals are divided into two sections \: First is preparation and Second Development.
In preparation part I will focus of my entrance exan for my masters and in second part i will focus on learning web Development (full stack) Currently, learning react js and will focus more on backend part, how data flow. Peace OUT!
Now, for starting 29 March I will start making web page(candy shop) in react or my portfolio in react... ONce AgAin PeAcE oUt!@101
</p>
</div>
<div>
<h1 style="text-align: center; color: rgb(180, 180, 180);">Previous GOALS</h1>
<div style="display: flex; flex-direction: column; gap: 2rem;">
<p class="classp">
Hii, My new goals are divided into two sections \: First is preparation and Second Development.
In preparation part I will focus of my entrance exan for my masters and in second part i will focus on learning web Development (full stack) Currently, learning react js and more... Peace OUT!
Now, for starting 29 March I will start making web page(candy shop) in react or my portfolio in react... ONce AgAin PeAcE oUt!@101
</p>
<p class="classp">
NISHANT KUMAR STUDENT OF RAJDHANI COLLEGE, PURSUING BSC PHYSICAL SCIENCE WITH COMPUTER SCIENCE I WANT TO ACCOMPLISH MY CAREER... in SOFTWARE WORLD FOR THEAT I AM WORKING ON MY SKILLS IN CODING, I KNOW BASIC OF HTML, CSS, PYTHON, C++ AND WILL LEARN ABOUT JAVASCRIPT AND JAVA & WILL (YES WILL) COMPLETE JAVA AND JAVASCRIPT COURSE ALSO WILL COMPLETE MY WEBLICATION (ANITA SWEETS HOUSE) PROJECT AND LEARN MANY THINGS. THIS IS KIND OF MY GOALS FOR ONE MONTH FORM TODAY. I HAVA ALREADY DOWNLOADED THE RESOURCES OF MY LEARNINGS.
</p>
</div>
</div>
<a href="index.html">Back to main page</a>
</div>
<div class="goal-js">
</div>
<script src="script/goal.js" type="module"></script>
</body>
</html>