Skip to content

Commit 2ccf64b

Browse files
committed
Who We Are, How To Contribute Added
1 parent 148a8cb commit 2ccf64b

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

_assets/stylesheets/_base.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,10 @@ table p {
291291
table ul, table ol {
292292
margin: 0;
293293
padding-left: 20px;
294+
}
295+
296+
// Highlight classes
297+
.highlightred {
298+
color: hsl(0, 65%, 35%);
299+
font-weight: 600;
294300
}

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% include head.html %}
44
<body>
55
<main>
6-
<div class="grid grid-centered" style="max-width: 900px;">
6+
<div class="grid grid-centered" style="max-width: 800px;">
77
<div class="grid-cell">
88
{% include navigation.html %}
99
{{ content }}

about.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: default
2+
layout: home
33
title: "About PrivacyDev"
44
description: ""
55
---
@@ -9,4 +9,22 @@ <h1> About PrivacyDev</h1>
99
<p>
1010
Inspired by <a href="https://www.privacyguides.org">Privacy Guides</a>, PrivacyDev is a platform designed specifically for developers who want to prioritize privacy. We curate privacy best practices and recommendations for tools, frameworks, and libraries with strong privacy protections. Our mission is to provide technically sound insights and guidance to help developers design and build software that respects user privacy.
1111
</p>
12+
<h1> Who We Are</h1>
13+
<div>
14+
<a href="https://docs.google.com/document/d/1a9lU_RGaO2OK3faecg8ZEU3hd6Z8C5i1uEslHPmLoPM/edit?tab=t.0#heading=h.r95vtmm1kkbh">
15+
📖
16+
<b> Lab Handbook </b>
17+
</a>
18+
</div>
19+
<p>
20+
We are <a href="https://www.haojianj.in/datasmith.html">Data Smith Lab</a> from <a href="https://datascience.ucsd.edu/">Halıcıoğlu Data Science Institute, UCSD</a>. We study the <span class="highlightred">privacy and security</span> of data systems by
21+
researching the people who <span class="highlightred">design</span>, <span class="highlightred">implement</span>, and <span class="highlightred">use</span> these systems.
22+
</p>
23+
<p>
24+
We take an interdisciplinary approach to address privacy and security problems, drawing on ideas and methods from Human-Computer Interaction, Software Engineering, AI, Mobile Computing, Programming Language, and Cyber-physical Systems.
25+
</p>
26+
<h1> How to Contribute</h1>
27+
<p>
28+
We welcome contributions from the community. If you have a suggestion for a tool, framework, or library that you think should be included, please let us know. You can submit a pull request or open an issue on our GitHub repository.
29+
</p>
1230
</div>

0 commit comments

Comments
 (0)