Skip to content

Commit

Permalink
Ok
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapetit committed Dec 21, 2024
1 parent ce802a7 commit 17ee3af
Show file tree
Hide file tree
Showing 9 changed files with 294 additions and 135 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The basic structure of the website is:
</div>

<!-- this container has width of 200px -->
<div class="photo">
<div class="sectionleft">
<!-- add your picture -->
<img class="pic" src="files/img/foto.jpeg">
<div class="subsection">
Expand All @@ -33,7 +33,21 @@ The basic structure of the website is:
</div>

<!-- this container is full-width minus 200px -->
<div class="maincontent">
<div class="sectionrigth">
<!-- add your content in "section" containers -->
<div class="section">
<h1>Section header<h1>
<div class="subsection">
<!-- your content -->
</div>
<div class="subsection">
<!-- your content -->
</div>
</div>
</div>

<!-- this container is full-width -->
<div class="sectionwide">
<!-- add your content in "section" containers -->
<div class="section">
<h1>Section header<h1>
Expand All @@ -56,7 +70,7 @@ The basic structure of the website is:

## List of urls

You can collect all your urls (coauthors' websites, institutions, etc.) in the file [jsfile.js](src/jsfile.js). This allows to easily update urls without going over all the html file.
You can collect all your urls (coauthors' websites, institutions, etc.) in the file [jsfile.js](src/jsfile.js). This allows to easily update urls without going over the html file.

For example, to include the url of [CUNEF Universidad]("https://www.cunef.edu/en/") you just need to add
```js
Expand All @@ -79,5 +93,3 @@ Links can show a small icon next to them depending on the content:
- ```<a class="code"> ... </a>``` for codes

These links can be deactivated by adding ```empty``` in the ```class``` attribute (eg. ```<a class="code empty"> ... </a>``` ). This will still show the icon.


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file modified files/borjapetit_cv.pdf
Binary file not shown.
Binary file added files/img/foto2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 17ee3af

Please sign in to comment.