Skip to content

Commit 5cca730

Browse files
committed
First Changes
1 parent 2d64106 commit 5cca730

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.idea
2+
.DS_Store
3+
assets/.DS_Store

assets/.DS_Store

-6 KB
Binary file not shown.

assets/img/profile.jpeg

-124 KB
Binary file not shown.

assets/img/profile.jpg

65.5 KB
Loading

index.html

+14-16
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<div class="container">
6565

66-
<h1><a href="index.html">Prerak Raja</a></h1>
66+
<h1><a href="index.html">Rúben Tadeia</a></h1>
6767
<h2 style="color:#fff">I'm <span class="typing" style="color:#12D640"></span></h2>
6868
<nav class="nav-menu d-none d-lg-block">
6969
<ul>
@@ -74,17 +74,17 @@ <h2 style="color:#fff">I'm <span class="typing" style="color:#12D640"></span></h
7474
<!-- <li><a href="#projects"> <span>Projects</span></a></li>-->
7575
<li><a href="#portfolio"> <span>Projects</span></a></li>
7676
<li><a href="#skills"> <span>Skills</span></a></li>
77-
<li><a href="https://drive.google.com/file/d/1pT-Nk6AxY9ZOWBizuDb4htA3IiUF_fSe/view?usp=sharing" target="_blank"> <span>Resume</span></a></li>
77+
<li><a href="https://mega.nz/file/DBAH1Dxb#24Bj2WCBuWxxW6DNiZb4XnYVjlhrg1G9n4jpGUzDzH4" target="_blank"> <span>Resume</span></a></li>
7878
<!-- <li><a href="#links"> <span>Resume & Links</span></a></li> -->
7979
<li><a href="#contacts"> <span>Contact</span></a></li>
8080

8181
</ul>
8282
</nav><!-- .nav-menu -->
8383

8484
<div class="social-links">
85-
<a href="https://www.linkedin.com/in/rajaprerak" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
86-
<a href="https://github.com/rajaprerak" target="_blank" class="github"><i class="bx bxl-github"></i></a>
87-
<a href="mailto:rajaprerak@gmail.com" target="_blank" class="google"><i class="bx bxl-google"></i></a>
85+
<a href="https://www.linkedin.com/in/rubenmtadeia/" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
86+
<a href="https://github.com/rubenftgd" target="_blank" class="github"><i class="bx bxl-github"></i></a>
87+
<a href="mailto:ruben.tadeia.games@gmail.com" target="_blank" class="google"><i class="bx bxl-google"></i></a>
8888

8989
</div>
9090

@@ -103,7 +103,7 @@ <h2>About</h2>
103103

104104
<div class="row">
105105
<div class="col-lg-4" data-aos="fade-right">
106-
<img src="assets/img/profile.jpeg" class="img-fluid" alt="">
106+
<img src="assets/img/profile.jpg" class="img-fluid" alt="">
107107
</div>
108108
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
109109
<p>Focused and enthusiastic developer with a keen interest in software development and artificial intelligence. By comprehensive exposure
@@ -113,14 +113,14 @@ <h2>About</h2>
113113
<div class="row">
114114
<div class="col-lg-6">
115115
<ul>
116-
<li><i class="icofont-rounded-right"></i> <strong>Birthday:</strong> 12 October 1996</li>
117-
<li><i class="icofont-rounded-right"></i> <strong>Phone:</strong> +1 480-401-8112</li>
116+
<li><i class="icofont-rounded-right"></i> <strong>Github:</strong> https://github.com/rubenftgd</li>
117+
<li><i class="icofont-rounded-right"></i> <strong>Twitter:</strong> https://twitter.com/ruben_tadeia</li>
118118
</ul>
119119
</div>
120120
<div class="col-lg-6">
121121
<ul>
122-
<li><i class="icofont-rounded-right"></i> <strong>City:</strong> Tempe, AZ</li>
123-
<li><i class="icofont-rounded-right"></i> <strong>Email:</strong> rajaprerak@gmail.com</li>
122+
<li><i class="icofont-rounded-right"></i> <strong>Linkedin:</strong> https://www.linkedin.com/in/rubenmtadeia/</li>
123+
<li><i class="icofont-rounded-right"></i> <strong>Email:</strong> ruben.tadeia.games@gmail.com</li>
124124
</ul>
125125
</div>
126126
</div>
@@ -642,10 +642,8 @@ <h2>Contact</h2>
642642
<div class="col-md-6 d-flex align-items-stretch">
643643
<div class="info-box">
644644
<i class="bx bx-map"></i>
645-
<h3>My Address</h3>
646-
<p>1275 E University Dr</p>
647-
<p>Unit 212</p>
648-
<p>Tempe, AZ 85281</p>
645+
<h3>Email</h3>
646+
<p>ruben.tadeia.games@gmail.com</p>
649647
</div>
650648
</div>
651649

@@ -662,7 +660,7 @@ <h3>Social Profiles</h3>
662660
</div>
663661
</div>
664662

665-
<div class="col-md-6 mt-4 d-flex align-items-stretch">
663+
<!-- <div class="col-md-6 mt-4 d-flex align-items-stretch">
666664
<div class="info-box">
667665
<i class="bx bx-envelope"></i>
668666
<h3>Email</h3>
@@ -676,7 +674,7 @@ <h3>Email</h3>
676674
<h3>Contact</h3>
677675
<p>+1 480-401-8112</p>
678676
</div>
679-
</div>
677+
</div> -->
680678
</div>
681679
<!-- <div id="sfczmlqxr5caww28rswrt8849ghbekgnh3j" ></div><script type="text/javascript" src="https://counter1.stat.ovh/private/counter.js?c=zmlqxr5caww28rswrt8849ghbekgnh3j&down=async" async></script><noscript><a href="https://www.freecounterstat.com" title="free web counter"><img src="https://counter1.stat.ovh/private/freecounterstat.php?c=zmlqxr5caww28rswrt8849ghbekgnh3j" border="0" title="free web counter" alt="free web counter" style="visibility: none;"></a></noscript> -->
682680
</div>

projects/twitteranalysis.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2 style="color:#12d640">Image Generator</h2>
5050
</ul>
5151

5252
<p>
53-
Created a webbased elastic application to provide the user with a detailed analysis of the sentiment of users on top 10 trending movies and songs with the help of Google Cloud Platform services.
53+
Created a web-based elastic application to provide the user with a detailed analysis of the sentiment of users on top 10 trending movies and songs with the help of Google Cloud Platform services.
5454
</p>
5555
<p>
5656
Coded Pub/Sub routine to fetch 1000 tweets at a time from Twitter; used Dataflow for resource autoscaling and dynamic work rebalancing, reducing overall response time by 50\%; stored data in BigQuery table for efficiently displaying data in Google DataStudio.

0 commit comments

Comments
 (0)